Forum Discussion
o59393
Post Prodigy
4 years agoCalendar Tables - Dynamic rolling 12M
Hi all I´d like to have a dynamic calendar which contains the last rolling 12 months. For example today is 2022-2-20. Therefore the calendar should go from February 2021 to January 2022. ...
- 4 years ago
Hi,
Try this Table formula
Calendar = CALENDAR(edate(EOMONTH(today(),-1)+1,-12),EOMONTH(today(),-1))
o59393
Post Prodigy
4 years ago
It worked the day by day:
I tried to have the first day per month only, but I got this error:
Can you guide me?
Thanks!
o59393
Post Prodigy
4 years agoAshish_Mathur It could be having the extraction of the first date from each month by using this column already created: