Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Automate RYG balls when a check box is ticked in one colum only out of three columns
Comments
-
Hi Sally,
With the following formula, if one of the three checkbox's is checked, the RBG column the formula is in will turn green. Hope this helps!
=IF([Check1]1 = 1, "Green", IF([Check2]1 = 1, "Green", IF([Check3]1 = 1, "Green")))
Sincerely,
Carter Leffen
-
Carter's example assumes [Check1] , [Check2], and [Check3] are your column names. You will need to replace those with the names of the three columns you are checking off... and make sure the number after those names corresponds with the row you are putting the formula into.
-
Sally,
Warning: Carter's example will show blank for 0, 2, or 3 checked boxes.
If you change the cell manually, the formula will be gone.
If that is what you want, that's OK.
If the columns are consecutive or if the columns in between do not have the number 1 or a checked checkbox, then you can also use this formula:
=IF(COUNTIF([Check1]23:[Check3]23, 1) = 1, "Green", "Other")
for row 23.
"Other" would be where you would add to the formula if you wanted to display something when the number was 0, 2, or 3.
See this post on nested if's for more on that.
https://www.smartsheet.com/blog/support-tip-build-nested-IF
Hope this helps.
Craig
-
Thanks. It works. So simple
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives