What is the syntax for an IF statement that only generates output if two conditions, in two fields, are met?
Thanks for your help!
What is the syntax for an IF statement that only generates output if two conditions, in two fields, are met?
Thanks for your help!
Best answer by Matt_Bush
To output one value if two conditions are true, and another value otherwise:
IF(AND(Condition-1, Condition-2), Value-If-Both-Are-True, Value-If-Either-Are-False)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.