Auto-filling date

eazy
Site Admin
Posts: 9
Joined: Thu Feb 15, 2024 6:52 pm

Auto-filling date

Post by eazy »

Fill in ROW

Code: Select all

=DATE(YYYY,MM,DD)+SEQUENCE(,365,0)
YYYY,MM,DD = the 1st day, from this date the automatic filling will start.
Where 365 = number of records, the next 365 days will be filled.