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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!