Hi!
Hoping someone can help. I'd like a red flag in a column for a task that is overdue reading a status column. When status is complete, it no longer needs to flag. I can't get this to work! At the moment I'm using:
=IF([Due Date Q1]@row = "", 0, IF(OR([% Complete]@row < 1, [Due Date Q1]@row < TODAY()), 1, 0))
I need the %Compelte column ref taken out but I can't get this to work.
At the moment, it's flagging past due but not stopping the flag if it's marked as complete.
Thanks!