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
Check out the Formula Handbook template!