Formula for meeting a certain date
How can I create a Smartsheet formula that checks if it is exactly 10 days before a date in a specific column (term date) and displays 'Ready for HRC' when that condition is met? thanks
Best Answers
-
Hi,
Try the below formula:
=IF([term date]@row = TODAY() - 10, "Ready for HRC", "")
Thank you!
-
This formula works
=IF([term date]@row = TODAY(10), "Ready for HRC", "")
Darla Brown
What you meditate on, you empower!
Overachiever - Core Product Certified - Mobilizer - EAP
Answers
-
Hi,
Try the below formula:
=IF([term date]@row = TODAY() - 10, "Ready for HRC", "")
Thank you!
-
This formula works
=IF([term date]@row = TODAY(10), "Ready for HRC", "")
Darla Brown
What you meditate on, you empower!
Overachiever - Core Product Certified - Mobilizer - EAP
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!