Forum Discussion
Calendar Tables - Dynamic rolling 12M
- 4 years ago
Hi,
Try this Table formula
Calendar = CALENDAR(edate(EOMONTH(today(),-1)+1,-12),EOMONTH(today(),-1))
Hi,
A Calendar table should always have a row for each day from the first to the last day. So getting only the first day of each month is a bad idea, even if it is possible to do so. To get a rolling 12 month calendar, you may try this Table formula
=calendar(edate(startofmonth(today()),-12),startofmonth(today())-1)
I have not tried this but am hoping that it will work.
- o593934 years ago
Post Prodigy
First of all thanks for your support.
I tried the formula but the following error came up:
How can I get it ok?
And also, taking your advise, how would a 12M rolling calendar would look like with a row for each day from the first to the last day?
Thanks!
- Ashish_Mathur4 years ago
Super User
Hi,
Try this Table formula
Calendar = CALENDAR(edate(EOMONTH(today(),-1)+1,-12),EOMONTH(today(),-1))- o593934 years ago
Post Prodigy
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!