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
- 66.5K Get Help
- 434 Global Discussions
- 152 Industry Talk
- 494 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 506 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!