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
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!