View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default 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","")