Login Page - Create Account

Support Board


Date/Time: Mon, 27 Oct 2025 23:28:44 +0000



Post From: simple counting spreadsheet cell

[2015-05-25 18:41:32]
Sawtooth - Posts: 4280
This counts from 1 to 20 at each new row, then starts at 1 again, in cell P3:

=IF(OR(MROUND(A3-INT(A3),1/86400)=0,P4=20),1,P4+1)

It starts at midnight, but you could start it at any time, or at any one-time event.