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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!