Hi everybody,
could you help me with a formula please:
The Idea is if the Status of the project is not "Complete" and due day is passed (it's more then TODAY), i need the red symbol in the column. In other cases, i need nothing.
Here is my formula looks like:
=IF(Status22 = "In Progress", "", IF(Status22 = "Not Started", "", IF(AND(Status22="Complete", IF([Planned End]22>=TODAY, "Red")
Thank you very much in advance!