Hi,
I am trying to create an if statement with three things that must be check. I need VARIABLE1 to be true and need VARIABLE2 OR VARIABLE3 to be true also. I just can't seem to get the logic right. If I do VARIABLE1 = True AND VARIABLE2 = True OR VARIABLE3 = True then obviously if VARIABLE3 is true then it will pass regardless if VARIABLE1 is true or now. And I can't think of any other way. Any ideas?
Thanks!