Page 1 of 1

numerical order

Posted: Sat Dec 05, 2020 9:36 pm
by sna
Hi dear
I want result 1/1... 1/20,2/1...2/20 for the same kode but if different code it should start 1/1 ...1/20,2/1..2/20....etc

B5:B44 it is ok but B45 it should like C45 down...

I also attached file

Re: numerical order

Posted: Sat Dec 05, 2020 10:07 pm
by snasui
:D The example formula is below:

=MOD(INT((ROWS(B$5:B5)-1)/20),2)+1&"/"&MOD((ROWS(B$5:B5)-1),20)+1

Enter and copy down.

Re: numerical order

Posted: Sat Dec 05, 2020 10:24 pm
by sna
Thanks