List all dates in a month
To generate a list of all dates in a given month, you can use the SEQUENCE function. In the example shown, the formula in D5 is: =SEQUENCE(DAY(EOMONTH(B5,0)),,EOMONTH(B5,-1)+1) With the date May 15, 2025, in cell B5, the result is a list of the 31 …Read more