Page 1 of 1

Repetitive values

Posted: Tue Feb 15, 2022 12:52 pm
by sna
Hi there!

I need to get repetitive value multiple times.is there any formula to cope with?

I attach a sample for your reference


TY

Re: Repetitive values

Posted: Tue Feb 15, 2022 1:50 pm
by norkaz
...

C2
=INT(ROWS($A$2:A7)/COUNT($A$2:$A$7))

D2
=INDEX($B$2:$B$7,MOD(ROWS($A$2:A7),COUNT($A$2:$A$7))+1)

Norkaz

Re: Repetitive values

Posted: Fri Feb 18, 2022 1:10 pm
by sna
thank you