Hi All,
I'm trying to set a symbol (Red, Yellow, Green, Blue) in a column based on the individual values in one column.
Here is what I have so far (but it is wrong):
=IF([Current Status]@row = "Sarepta", "Green", IF(OR([Current Status]@row = "Thermo", [Current Status]@row = "Catalent"), "Yellow", IF(AND(TODAY()[Current Status]@row = "Current pending", [Review Due Date]@row > 1, "Red", IF(OR([Current Status]@row = "Approved", "Closed", "Blue"))))))
Please help me!
-Aris