Lookup price and select according to weights

portcity05

New Member
Joined
Jun 2, 2009
Messages
10
Hi, I hope someone can help me with a lookup function selecting the correct price according to the items listed weight.
I am not as savvy with Excel as I would like, so I am asking for help on this excercise, what I need to do is select freight pricing from a list according to the weight for each item.
I have a vertical freight list with pricing with price breaks for up to 0.5kg = $6.00, 3kg = $8.00, 5kg = $10.00, 10kg = $12.00, 15kg = $15.00, 20kg = $20.00 etc.
For example i have a particular item @ 8.2kg would need to select the 10kg price because it is greater than 8kg.
Hoping someone has the answer, thanks in advance.
regards Terry
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Hi,

You can set it up to look something like this.
This is only accurate to 1 (one) digit after the decimal, as you start with 0.5kg in your OP, but this can be changed to 2 decimal or higher if you require:


Book1
ABCDEF
1Weight (kg)PriceItem Weight (kg)Price
200.568.212
30.638
43.1510
55.11012
610.11515
715.12020
Sheet89
Cell Formulas
RangeFormula
F2=LOOKUP(E2,$A$2:$A$7,$C$2:$C$7)
 
Upvote 0

Forum statistics

Threads
1,213,538
Messages
6,114,218
Members
448,554
Latest member
Gleisner2

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