Harvey Ball

You can see in this formula the Status (harvey ball) column defaults to Blue. It changes colors to Green, Yellow and Red with conditions from the Risk Rating Level column and it works perfect.
However, I want the harvey ball to turn Red if the Risk Rating Level is Extreme even if the Complete checkbox is checked.
=IF(Status@row = "Complete", "Blue", IF([Risk Rating Level]@row = "", "Green", IF([Risk Rating Level]@row = "Low (Okay to proceed)", "Green", IF([Risk Rating Level]@row = "Extreme (Put event on hold)", "Red", "Yellow")))))
Best Answer
-
Have you tried just changing the order of the tests? It should respond the way you want if you test first for the Extreme Risk Ratingβ¦.
Answers
-
Have you tried just changing the order of the tests? It should respond the way you want if you test first for the Extreme Risk Ratingβ¦.
-
Thanks Todd, worked perfect; it's been dayβ¦
Help Article Resources
Categories
Check out the Formula Handbook template!