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

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!