=AND(A50=0,A51=0,A52=0,A53=0)
OR
=SUMPRODUCT(--(ABS(A50:A53))=0
best wishes

Signature
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email
>I want to use a conditional formatting statement on a cell to be true if
>four other conditions are true.
[quoted text clipped - 9 lines]
>
> So what is the correct Boolean statement for the test cell?
JMB - 22 Feb 2008 02:13 GMT
my two cents - as long as the data in the target cells are numeric and not
text.
=--NOT(OR(A50:A53))
> =AND(A50=0,A51=0,A52=0,A53=0)
> OR
[quoted text clipped - 13 lines]
> >
> > So what is the correct Boolean statement for the test cell?