how to do this sumproduct calculation?

bigdan

Well-known Member
Joined
Oct 5, 2009
Messages
840
Office Version
  1. 2013
Platform
  1. Windows
I'm guessing this can be solved with a sumproduct but I really don't know for sure.


0-5KM50%$5
5-10KM15%$10
10-15KM15%$15
15-20KM10%$20
20-30KM5%$25
30-40KM5%$25

<tbody>
</tbody>


Here's a table which shows how much we charge (col C) for various distances. Col B shows typically what percentage of our orders falls under which range.

I'd like to take an Order Vol, say 100K orders, and see what the results would be. So I'd like a formula to be something like:
100K * 50% * $5 + 100K * 15% * $10 + 100K * 15% * $15 etc

Is there an easier way to do this?
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Try:
Excel Workbook
ABCDE
10-5KM50%$5
25-10KM15%$101,075,000.00
310-15KM15%$15
415-20KM10%$20
520-30KM5%$25
630-40KM5%$25
Sheet
 
Upvote 0

Forum statistics

Threads
1,214,396
Messages
6,119,268
Members
448,881
Latest member
Faxgirl

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