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
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!