Forum Discussion
Anonymous
5 years agoNot applicable
Master Calendar
Hi,
I need to set my End Date as always Current YearEnd Example for this year (2021/12/31). How to achieve this automatically.
Here is my current Calendar
You can use
DATE(YEAR(TODAY()), 12,31)
Regards,
Pat
1 Reply
- mahoneypatMicrosoft Employee
You can use
DATE(YEAR(TODAY()), 12,31)
Regards,
Pat