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)