How to utilize a Checkbox with multiple Options
Hi,
I know this is really simple but clearly it is Friday and my brain is no longer working.
I am trying to have a checkbox automatically check if the Finding is "Non-Compliant" or "Partially Compliant". I am able to get the functions to work when just choosing 1 option but when I combine it does not.
=IF([Finding: C/PC/NC]2 = "Partially Compliant", 1, 0)
=IF([Finding: C/PC/NC]2 = "Non-Compliant", 1, 0)
Please tell me how to combine the formulas that either outcome will check the box.
Thanks,
Michelle
Best Answer
-
I think you're looking for OR.
=IF(OR([Finding: C/PC/NC]2 = "Partially Compliant", [Finding: C/PC/NC]2 = "Non-Compliant"), 1, 0)
Answers
-
I think you're looking for OR.
=IF(OR([Finding: C/PC/NC]2 = "Partially Compliant", [Finding: C/PC/NC]2 = "Non-Compliant"), 1, 0)
-
Thanks @David Tutwiler! Clearly it is Friday :)
-
Hey, no worries. I definitely know how that goes!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!