Hello,
I'm attempting to create a formula that will determine if one or both options have been selected in a dropdown and assign that a numerical value.
What I have now is =IF(OR([Communications provider]@row = "Provider A", [Communications provider]@row = "Provider B", AND([Communications provider]@row = "Provider A", [Communications provider]@row = "Provider B")), 0, 1)
There are about 6 options in the dropdown, and I want to assign a 1 to anything other than Provider A and/or Provider B.
Thank you for the help!