I'm looking for a way to generate dates from the first of the previous month, to the first of the current month in a column.
This formula will create the dates of the previous month ending on the last day of that month however, I need it to end on the first of the current month.
Can't seem to figure it out.
Thanks!
This formula will create the dates of the previous month ending on the last day of that month however, I need it to end on the first of the current month.
Excel Formula:
=EOMONTH(TODAY(),-2)+ROW(INDIRECT("1:"&DAY(EOMONTH(TODAY(),1))))
Can't seem to figure it out.
Thanks!