Hello,
I have been using a symbol column to monitor updates for a master sheet of all of my departments projects: =IF([Exec Summary Update]@row < TODAY(-14), "Red", IF([Exec Summary Update]@row < TODAY(-8), "Yellow", "Green"))
However, I need to update this formula to include criteria that states NOT if the Phase@row is blank or "Closed"
I obviously can't figure out the proper syntax to insert into my formula as I keep getting #Incorrect Argument Set error messages.
If anyone could help me update my formula, that would be awesome!