Forum Discussion
elizabeth1604
Aug 23, 2021Copper Contributor
Sequential dates using a starting date in Cell
using Windows 10, Excel for Microsoft 365 I am trying to create a spreadsheet for users, I need the spreadsheet to update the current date in Cell I3, i have used formula =TODAY(), I then need th...
- Aug 23, 2021
Riny_van_Eekelen
Aug 23, 2021Platinum Contributor
elizabeth1604 As a variant in case all you users' Excel versions, support dynamic array functions. In the example below, the SEQUENCE function produces an array of 1 row by 25 columns, starting at TODAY() and incrementing by 1. Change the number 25 to you own needs/liking.