Formula for Birthday and Anniversary Date reminder
HI,
I am trying to find two formulas, one to convert the "Hire Date" into the "Anniversary Date" which would be 6/26/24 in Row 1. I can't get this to work correctly.
I am also trying to create a birthday alert, using the Red, Yellow, Green dots.
"Green" would be 15 days or more in advance
"Yellow" would be between 14 and 6 days in advance
"Red" would be 5 or under days from the birthday
Does anyone know how to write these formulas? Thank you!
Answers
-
Hello @Hawk23
The formula to get the Anniversary Date
=IFERROR(DATE(YEAR([Hire Date]@row) + 1, MONTH([Hire Date]@row), DAY([Hire Date]@row)), "")
The formula for the birthday alert
=IFERROR(IF(NETDAYS(TODAY(), Birthday@row) > 15, "Green", IF(AND(NETDAYS(TODAY(), Birthday@row) <= 15, NETDAYS(TODAY(), Birthday@row) > 5), "Yellow", "Red")), "")
TIP! You have the option to leverage Smartsheet generative AI to help you with the formulas.
If this response addresses your query, please click "answered." Thank you!🙂
che
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!