View Single Post
  #4   Report Post  
Jason Morin
 
Posts: n/a
Default

Whew!

=("900"&IF((A1=10500)*(A1<=10543)+(A1=20000)*
(A1<=25493),"04","")&IF((A1=30000)*(A1<=39999),"0 5","")
&IF((A1=40000)*(A1<=49999),"06","")&IF((A1=50000 )*
(A1<=50049)+(A1=50900)*(A1<=50999),"07","")&IF
((A1=60000)*(A1<=69999),"08","")&IF(A1=75000,"09" ,"")&IF
(OR(A1={9510,9511,9512}),"10","")&IF((A1=50050)+
(A1=50500)*(A1<=50543),"11",""))*1

If the Com. Code given isn't listed, the Planner ID will
just show "900".

HTH
Jason
Atlanta, GA

-----Original Message-----
I'm stuck....

I've got a set of data that contains a range of

numbers....I'm trying to
come up with a formula that will look at the number, and

depending on the
criteria based below in my data, return the correct

value...the problem is I
can't figure out how to write my IF OR function formulas

to accomplish this...

I need a formula that will look at the value in B2, and

return the correct
value based upon this data below.....

Planner ID's Com. Code
90004 10500 through 10543 and 20000

through 25943
90005 30000 through 39999
90006 40000 through 49999
90007 50000 through 50049 and 50900

through 50999
90008 60000 through 69999
90009 75000
90010 9510 or 9511 or 9512
90011 50050 and 50500 through 50543

so for this, I need the formula to look in B2, and based

upon the set of #'s
in the Com. Code column, return the corresponding value

in the Planner ID
column....

this is tricky for me because I can't figure out the

right combo of IF, OR,
or AND functions to get this right...any help will be

greatly appreciated!!!

.