If(AND formula help please
Try this:
=IF(AND(A1<=-20,A1=-30),"Falls 20-30","")
--
Biff
Microsoft Excel MVP
"ferde" wrote in message
...
Can someone help me with a formula.
if A1 is between -20 to -30 the result is "falls20-30" otherwise leave
blank. I am using the the following formula with no success.
=IF(AND(A1=-20,A1=-30),"falls20-30","")
|