G
Ginger
Hi,
I have a problem coming up with an IF statement for the below scenario.
Scenario
A = Y
B = N
where Y is Yes and N is No. The Y and N is entered by the user.
If A= Y and B= Y, execute A1
If A= Y and B= N, execute B1
If A= N and B= Y, execute C1
If A= N and B= N, execute D1
I used an "IF(AND(...,...)", however, I got #Value! for the answer. Can someone please help?
Thanks in advance
I have a problem coming up with an IF statement for the below scenario.
Scenario
A = Y
B = N
where Y is Yes and N is No. The Y and N is entered by the user.
If A= Y and B= Y, execute A1
If A= Y and B= N, execute B1
If A= N and B= Y, execute C1
If A= N and B= N, execute D1
I used an "IF(AND(...,...)", however, I got #Value! for the answer. Can someone please help?
Thanks in advance