Hi All,
I am working on a formula to trigger my at- risk flag based on the following information.
Raise the flag if the end date column is less that 1 day away and the status column is blank or Not Started.
Here is what I have so far.
=IF(AND(Status3 = "Not Started", [End Date]3 <= TODAY(2)), 1)