Newbie..question on conditional formula

mspm47

New Member
Joined
Aug 6, 2007
Messages
2
Trying to finish a fast project and hit a mental block on something many of you will probably find simple.
i am doing a list of insurance costs that is driven by a table

0 to 700 is $45
701 to 900 is $75
901 to 1200 is $90
etc etc
these rates are based on one number per customer.
what formula or string of formulas do i use to take this customer number and insert the dollar amount based on the range in the table above?

Somehow this is escaping me. Anyone got solution?
thanks
Peace, Love and Parking Spots
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Trying to finish a fast project and hit a mental block on something many of you will probably find simple.
i am doing a list of insurance costs that is driven by a table

0 to 700 is $45
701 to 900 is $75
901 to 1200 is $90
etc etc
these rates are based on one number per customer.
what formula or string of formulas do i use to take this customer number and insert the dollar amount based on the range in the table above?

Somehow this is escaping me. Anyone got solution?
thanks
Peace, Love and Parking Spots

=LOOKUP(A2,{0,701,901},{45,75,90})
 
Upvote 0
LOOKUP!!!! THATS IT!
I kept trying to force a CONDITIONAL formula.

My fear of being a total moron has been averted, at least for awhile!!!!!

Good karma for you
 
Upvote 0

Forum statistics

Threads
1,214,806
Messages
6,121,672
Members
449,045
Latest member
Marcus05

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top