Just to be clear I only have one end date in my sheet.
The sheet has a conditional format set up to flag "At Risk" tasks when the end date has already passed. Here's the current formula:
IF(AND([End Date]3 < TODAY(), NOT(Status3 = "Complete")), 1, 0)
I want to add another condition to flag the task when it is within 5 days of the end date.
Can anyone help me work this out? Thank you!