Hello. I have a scenario where I have 12 cells with dates in them:
Cell A1 Has =Today() and then the remaining 11 months are created like this -
=EDATE(A1,-1),=EDATE(A2,-1),=EDATE(A3,-1)...and so on. (Each cell should have the current month, and then the previous 11 months).
Then I want...