Need help with Health Status Formula
ccousineau
✭✭✭
I have a sheet with 3 columns: Action, Status, Health
I want the health to populate a green, red, yellow, or gray circle depending on which status the action is in. The status and corresponding health colors are:
Blank = Red
Not Started = Red
In progress = Yellow
Completed = Green
Cancelled = Gray
On Hold = Gray
Looking for a formula that allows all of the above to be true!
Thanks so so much!
Tags:
Answers
-
=IF([Status]@row = "Completed", "Green", IF([Status]@row = "In progress", "Yellow", IF(OR([Status]@row = "Cancelled", [Status]@row = "On Hold"), "Gray", "Red")))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!