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
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!