I have 3 separate fields and I want the 4th field to show a result based on the 3.
The responses can be yes, no, maybe
If at least 2 of the 3 columns are YES, then result should be YES
If at least 2 of the 3 columns are NO, then result should be NO
I...