Calculate Rate based on Country Zones

ali_plus

New Member
Joined
May 1, 2016
Messages
22
Hi,

I am trying to create a simple chart for my team mates to calculate import rates based on country zone and weight increment. I have two tables like this:

ABC
1CountryCodeZone
2USAUS1
3UKUK2
4CanadaCN3
5FranceFR4

<tbody>
</tbody>
DEFGHI
1
Increment
From
To
123
20.50.00.5102235
30.50.61.0102235
40.51.12.082030
50.52.12.582030
60.52.65.051525

<tbody>
</tbody>

Now I have a calculation sheet which is very simple. My team will select the country from drop down list and enter the weight and all is calculated automatically.

JKLMN
1CountryZoneChargeable WeightRatecharges
2FranceSUMIF( I already made it)
SUMIF(A2:A5,J2,C2:C5)
The Team will enter the Weight hereNEED THIS RATE BASED ON WEIGHT AND ZONE=D2 * C2

<tbody>
</tbody>


Please help me create the formula in cell M2 as my mind is currently our of ideas. I know it must be something simple but workload and mind not working creatively.

Thanks.
 
Last edited:

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
No such problem with 1 ...

=Index($e$1:$j$6,match(m2,$e$1:$e$6,1),match(l2,$e$1:$j$1,0))
 
Upvote 0

Forum statistics

Threads
1,217,295
Messages
6,135,690
Members
449,958
Latest member
natlmc4877

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