Bug when using more than 2 variable with AND
-
I don’t see why this is not working, other than there being a bug that only allows two variables for AND statements.
I am testing the following, which is part of a much larger string.
IF(AND(stock=1,color=1,sides=1,(t1001*q),IF(AND(stock=2,color=1,sides=1),(t1002*q),IF(AND(stock=3,color=1,sides=1),(t1003*q))))If stock value is 1 and color value is 1 and sides value is 1, I want functionID: t1001 to be multiplied by q (quantity)
If stock value is 2 and color value is 1 and sides value is 1, I want functionID: t1002 to be multiplied by q (quantity)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug when using more than 2 variable with AND’ is closed to new replies.