M
MichaelC
I have the following formula which I believe does not breach any rules, yet
it returns an error message. Can anyone see where my error is? I would much
appreciate any help, and thank you in advance.
I don't believe I am breaching the max 7 arguments rule.
=if(OR
(AND(J44="GreenAbove",J43="GreenAbove",J42="RedBelow"),
AND(J44="GreenAbove",J43="GreenBelow",J42="RedBelow"),
AND(J44="GreenBelow",J43="GreenBelow",J42="GreenBelow",J41="RedBelow")),
C44,"")
it returns an error message. Can anyone see where my error is? I would much
appreciate any help, and thank you in advance.
I don't believe I am breaching the max 7 arguments rule.
=if(OR
(AND(J44="GreenAbove",J43="GreenAbove",J42="RedBelow"),
AND(J44="GreenAbove",J43="GreenBelow",J42="RedBelow"),
AND(J44="GreenBelow",J43="GreenBelow",J42="GreenBelow",J41="RedBelow")),
C44,"")