Odd problem. The following formula blows up as soon as I put the necessary NOT statement in.
=IF(AND(B1=8,OR(Input!E41=”W”,Input!E41=”L”)),N5,IF(NOT(OR(Input!E41=”W”,Input!E41=”L”,Input!E41=”N”)),N13,IF(B3<120,O13,IF(AND(Input!E41="L",OR(Input!E37="B",Input!E37="F")),P13,IF(AND(Input!E41="W",OR(Input!E38="M",Input!E38="F")),Q13,IF(AND(Input!E41="L",NOT(OR(Input!E38=”M”,Input!E38=”F”))),,R13))))))
I moved it to blank worksheet with an empty “Input” sheet, and exactly the same thing happened. Is there a limit to nested booleans in XL97? I guess I can’t single-cell this one.
(As to the formula, don’t ask!)