Calculations based on ranges in a VLOOKUP table

hockeygirl33

New Member
Joined
Nov 1, 2003
Messages
3
Hello,

I have a shipment table with costs for various weight ranges and there are more than 7 ranges, so I cannot use a NESTED IF. How do I create a formula that wil look at my shipment data and multiply it by the correct rate?

R A T E S (In Cents per Pounds)
MINIMUM WEIGHTS
Weight <500 500 1000 2000 5000 10000
COST/Lb $53.00 $0.19 $0.15 $0.14 $0.11 $0.1

So how do I write a formula to look up the correct rate for the range and multiply it by the shipment weight? For example, if the shipment weight is 900 lbs, it would fall in the 500+ weight category. I know how to use a VLOOKUP to look up specific values, but I don't know how to get it to look up the rate for data that falls within a range.

I've tried this formula with the CONCATENATE function, but to no avail. Please help!

=IF(AND(data>=500,data<1000),MAX(data*0.19,53),"") etc...
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Hey Logansdad,
Can you send me that table. I don't think I need to use it for this particular project, but it might come in handy.

Thanks!
 
Upvote 0

Forum statistics

Threads
1,224,802
Messages
6,181,048
Members
453,014
Latest member
Chris258

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