I have multiple conditions for Or and And that need to be in an If statement. How do I write the IF statement?
Thanks in advance!
Conditions:
<tbody>
If A or B is no, then no
If A or B is maybe, then maybe
If A or B is NA, then take the other cell
Else, Yes
<tbody>
A
B
Should...