Will a SumProduct work with commission tiers

SpudNix

New Member
Joined
Mar 26, 2017
Messages
11
Hi there

Below is a commission tiers based on sales. So if someone makes $550k in sales, the commission will be $135k as per below. That calculation is very manual and I was wondering if a SumProduct function would work here.


Excel Workbook
ABCDEFG
1Sales TiersCommission %
2$0$250,0000.3
3$250,001$500,0000.21
4$500,001$1,000,0000.15
5$1,000,000$3,000,0000.06
6
7
8
9
10So if someone has $550k in sales, the commission is $135k based on the above tiers
11SalesCommission
12$250,000$75,000
13$250,000$52,500
14$50,000$7,500
15$550,000$135,000
Sheet1 (2)
 
Last edited:

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.

Excel 2010
ABC
1Sales TiersCommissionDifferential
2$00.30.3
3$250,0000.21-0.09
4$500,0000.15-0.06
5$1,000,0000.06-0.09
6
7
8SalesCommission
9550,000.00135,000.00
10
11
12T10_1709b2c
13
2c
Cell Formulas
RangeFormula
C2=B2-N(B1)
B9= SUMPRODUCT(--(A9>$A$2:$A$5),A9-$A$2:$A$5,$C$2:$C$5)
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,916
Members
449,093
Latest member
dbomb1414

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