Hi,
Cell E3 display dynamic reference values between 000 to 333 ( e.i 000,001,002,003, etc,etc)
Each reference have their "own" measure values that is displayed on cells
F3,G3,I3,R3,T3
for example :
The formula work fine, at the cell Z3 it display correctly "OUT" (without quote)
but when i nested the exact same formula with Different reference and different values with "&" it display "OUT" "OUT" (twice)
please can someone tell me where is the error? or how i do nest both formula?
PS
in reality there are 24 formulas with different reference and values that i have to nested
Thank you !!
Cell E3 display dynamic reference values between 000 to 333 ( e.i 000,001,002,003, etc,etc)
Each reference have their "own" measure values that is displayed on cells
F3,G3,I3,R3,T3
for example :
Rich (BB code):
=IF(AND(OR(E3={"000"}),OR(F3={1,2,3,4}),OR(G3={4,6,10,14}),OR(I3={1,2,4,5}),OR(R3={5,6,7,8}),OR(T3={0,3,5,7})),"IN","OUT")
The formula work fine, at the cell Z3 it display correctly "OUT" (without quote)
but when i nested the exact same formula with Different reference and different values with "&" it display "OUT" "OUT" (twice)
please can someone tell me where is the error? or how i do nest both formula?
PS
in reality there are 24 formulas with different reference and values that i have to nested
Thank you !!