J
Jerry
Hi,
I'm having a problem with a logic statement. Here is one
statement that I've already done that works.
=IF(AND(OR(OR(B5>=19,C5>=19),OR(E5>=19,F5>=19)),OR
(H2>=19,I2>=19)),1,0)
Now, I want to include some added conditions to the above
function that is already working correctly. In english,
what I want to do is this....
If ((b5>=19 or c5 >=19 OR d5>=19 or e5 >=19) AND f5>=0.2)
AND ((g5>=19 or h5>=19) and i5>=0.2) then return a value
of 1, otherwise, return a zero.
The formula that I've been using for this is below:
=IF(AND(AND(AND(G2>=0.2,OR(E2>=19,F2>=19),1,0),OR
(B2>=19,C2>=19),1,0),D2>=0.2),1,0)
I know the cell references do not match my english
explanation, but that's O.K.
I'm getting a "You've entered too many arguments for this
function" statement. Can anybody help with this? Thank
you.
I'm having a problem with a logic statement. Here is one
statement that I've already done that works.
=IF(AND(OR(OR(B5>=19,C5>=19),OR(E5>=19,F5>=19)),OR
(H2>=19,I2>=19)),1,0)
Now, I want to include some added conditions to the above
function that is already working correctly. In english,
what I want to do is this....
If ((b5>=19 or c5 >=19 OR d5>=19 or e5 >=19) AND f5>=0.2)
AND ((g5>=19 or h5>=19) and i5>=0.2) then return a value
of 1, otherwise, return a zero.
The formula that I've been using for this is below:
=IF(AND(AND(AND(G2>=0.2,OR(E2>=19,F2>=19),1,0),OR
(B2>=19,C2>=19),1,0),D2>=0.2),1,0)
I know the cell references do not match my english
explanation, but that's O.K.
I'm getting a "You've entered too many arguments for this
function" statement. Can anybody help with this? Thank
you.