Hello!
I'm very new to formulas, I would love if someone could please point me in the right direction - I'm trying to get the flag to turn red when a planned finish date is in the past AND the status is either in progress or not started. But I don't want it to flag if it's not started and there isn't a planned finish date yet. Is that possible? The formula I'm trying is:
=IF(AND([Planned Finish Date]@row <= TODAY(), AND(Status@row = "Not Started", Status@row = "In Progress")), 1, 0)
But it's not quite right.
Thanks!
B