Hi,
I am trying the following formula:
=IF(AND(J6="Yes",OR(B6<>"Nigeria",B6<>"Togo")),30%,0)
In order to do the following:
If J6 = "Yes" and B6 does not equal "Nigeria" or "Togo" then return 30%, otherwise 0.
But if I test it by having J6 as "Yes" and insert either "Nigeria" or "Togo" into...