Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 87
Default If(AND formula help please

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","")




  #2   Report Post  
Posted to microsoft.public.excel.misc
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","")






  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default If(AND formula help please

Try this

=IF(AND(A1<=-20,A1=-30),"falls20-30","")

-20 is bigger than -30 and we tend to forget that....

If this post helps click Yes
---------------
Jacob Skaria


"ferde" wrote:

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","")




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default If(AND formula help please

Please write this formula

=IF(AND(A1<=-20,A1=-30),"falls 20-30","")

"ferde" wrote:

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","")




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 87
Default If(AND formula help please

Thank you ...works great

"ferde" wrote:

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","")




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:28 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"