Box checked 5 days prior & if Status is not "Completed" or "N/A"
Afternoon
I'm trying to have a box checked 5 days prior to an entered date & if the Status column drop down is not "Completed" or "N/A".
I have the 5 days prior figured out but not the Status, any help would be greatly appreciated.
=IF(AND(ISDATE([Estimated Completion Date]@row), TODAY() >= [Estimated Completion Date]@row- 5), 1, 0)
Best Answer
-
You could do this with a workflow automation.
Trigger: When a date is reached, 5 days before Estimated Completion Date
Condition: Where Status is not one of Completed or N/A
Change a cell value: change checkbox to checked
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Answers
-
You could do this with a workflow automation.
Trigger: When a date is reached, 5 days before Estimated Completion Date
Condition: Where Status is not one of Completed or N/A
Change a cell value: change checkbox to checked
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!