Page 1 of 1

Sequential order

Posted: Mon Oct 18, 2021 3:04 pm
by sna
Hi Dear,

I can create sequencing number as in attached with sequence function but I use office 2019 at work.is there any formula similar to that?


Thanks

Re: Sequential order

Posted: Mon Oct 18, 2021 3:19 pm
by logic
Try this formula,

C4 =IF((ROWS(C$2:C2)-1)*$B$2/$B$3>$B$2,"",(ROWS(C$2:C2)-1)*$B$2/$B$3)

Re: Sequential order

Posted: Mon Oct 18, 2021 7:11 pm
by sna
Thanks