C
Connie
I have a very long formula, which is:
=IF(D11=A78,IF(E13=A80,O75,IF(D11=A78,IF(E13=A81,O78,IF
(D11=A76:A77,IF(E13=A80:A81,O81,""))))))
It's only the last part that's not working:
IF(D11=A76:A77,IF(E13=A80:A81,O81,""))))))
I get the FALSE answer instead of a number or nothing at
all. I have a feeling it's because of A76:A77 and A80:A81
in the formula because it's text that's in those cells,
just as it's text in A78. Really, what I want to say is
this:
If D11 equals either A76 or A77, if E13 equals either A80
or A81, then return O81, otherwise put nothing.
How do I put in the either/or bit?
Connie
=IF(D11=A78,IF(E13=A80,O75,IF(D11=A78,IF(E13=A81,O78,IF
(D11=A76:A77,IF(E13=A80:A81,O81,""))))))
It's only the last part that's not working:
IF(D11=A76:A77,IF(E13=A80:A81,O81,""))))))
I get the FALSE answer instead of a number or nothing at
all. I have a feeling it's because of A76:A77 and A80:A81
in the formula because it's text that's in those cells,
just as it's text in A78. Really, what I want to say is
this:
If D11 equals either A76 or A77, if E13 equals either A80
or A81, then return O81, otherwise put nothing.
How do I put in the either/or bit?
Connie