Note the hierarchy of nested IF statements. It stops once it finds the first True statement. So how you order them is imporant.Stupid me...it was meant to be AF2, I have it working now.
Note the hierarchy of nested IF statements. It stops once it finds the first True statement. So how you order them is imporant.
For example, what do you want to return if A2 < 1994 AND AF2 ="lux"?
Do you want to return "No PW" or "Cert"?
Whichever one "wins" in that instance is the condition you want to place first in your nested IF statement.