How do I trigger an alert if the date in the End Date column is NOT the last day of the month?

Mjolly
✭
Answers
-
As per Paul's comment on another post;
The easiest way to get the last day of the month is to get the first day of the next month and then subtract 1.
=IFERROR(DATE(YEAR([Date Column]@row), MONTH([Date Column]@row) + 1, 1), DATE(YEAR([Date Column]@row) + 1, 1, 1)) - 1
You can use that formula as a column formula in a helper column that you can keep hidden.
Hope that helps!
BRgds,
-Ray
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives