Hello, Right now I have a working formula: =IF(AND([End Date]@row < TODAY(), NOT(Status@row = "Complete")), 1, 0). using this to trigger a risk flag.
I'd like to add more status values into the Not(Status@row portion.
Looking to add 3: Complete, Ongoing, Cancelled. These are 3 status values where I do not want an at risk status flag to trigger past task due date.
Any ideas?