#1   Report Post  
Geeoff
 
Posts: n/a
Default IF Statement

Hi, I am trying to get this IF statement to work. Here is the thing...

=if(B:B=(1-34),"***",if(B:B=(35-48),"$$$",if(B:B=(49-54),"###","Nothing")))

As you can see in my formula, I can't figure out the way to have Excel
recognize the "value range" as a number (i.e. range of values --
B:B=(1-34)). Can you please tell me the best way to achieve this? Perhaps a
different function? Thanks for helping me out.
  #2   Report Post  
CLR
 
Posts: n/a
Default

=IF(AND(MIN(B:B)=1,MAX(B:B)=34),"***",IF(AND(MIN(B :B)=35,MAX(B:B)=48),"$$$",
IF(AND(MIN(B:B)=49,MAX(B:B)=54),"###","Nothing")))

All one string...........watch out for the wordwrap...........

Vaya con Dios,
Chuck, CABGx3


"Geeoff" wrote in message
...
Hi, I am trying to get this IF statement to work. Here is the thing...


=if(B:B=(1-34),"***",if(B:B=(35-48),"$$$",if(B:B=(49-54),"###","Nothing")))

As you can see in my formula, I can't figure out the way to have Excel
recognize the "value range" as a number (i.e. range of values --
B:B=(1-34)). Can you please tell me the best way to achieve this?

Perhaps a
different function? Thanks for helping me out.



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


Similar Threads
Thread Thread Starter Forum Replies Last Post
What statement to use? Paul Excel Worksheet Functions 6 February 13th 05 05:23 PM
How do I fix a circular reference in a financial statement? drjayhawk25 Excel Discussion (Misc queries) 0 February 7th 05 05:19 PM
If statement and Isblank statement Rodney C. Excel Worksheet Functions 0 January 18th 05 08:39 PM
7+ nested if statement? Turi Excel Worksheet Functions 3 December 20th 04 07:55 PM
Statement lintan Excel Worksheet Functions 1 December 2nd 04 11:31 PM


All times are GMT +1. The time now is 07:22 AM.

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

About Us

"It's about Microsoft Excel"