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
Check out the Formula Handbook template!