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
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!