Formula for connecting Checkbox columns with Health column
I am looking to connect both Checkbox columns with the Health column. These are the formulas I am looking for.
If Nothing is checked off, Health = Red
If SO Submitted = checked, Health = Yellow
If Done = checked, Health = Green
Best Answer
-
Hi Alexa,
Try this formula in your Health column:
=IF(AND([SO Submitted]@row = 0, Done@row = 0), "Red", IF(Done@row = 1, "Green", IF([SO Submitted]@row = 1, "Yellow")))
Glad to help!
Have a nice day,
Mathieu | Workflow Consultant
info@evolytion.com
Answers
-
Hi Alexa,
Try this formula in your Health column:
=IF(AND([SO Submitted]@row = 0, Done@row = 0), "Red", IF(Done@row = 1, "Green", IF([SO Submitted]@row = 1, "Yellow")))
Glad to help!
Have a nice day,
Mathieu | Workflow Consultant
info@evolytion.com
-
Try this...
=IF(Done@row = 1, "Green", IF([SO Submitted]@row = 1, "Yellow", "Red"))
-
Thank you both for your input - it worked and was very helpful!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!