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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!