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
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 454 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 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!