Formula with two conditions met turning a ball green
Randy Van Winkle
✭✭✭
Hello, I am trying to build a formula that will do the following:
- Yes/no drop down column = Yes
- Verification check mark column = checked
- Health symbol column turns green
If either column is blank the health stays blank.
Tags:
Comments
-
Hi Randy,
I was hunting back through the pages looking for unanswered threads and couldn't understand why this one had been orphaned.
The formula you're looking to stick in the first row of the Health column is:
=IF(AND([Yes/No]1 = "Yes", [Verification Check]1), "Green", "")
Then drag it down as far as necessary.
Kind regards,
Chris McKay
Down Under Smartsheet Support
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 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!