Formula for Tiered Commission Structure--Need help quick

bsimonburton

New Member
Joined
Apr 25, 2013
Messages
3
I am trying to figure out a formula to help my reps caculate how much money they can make based on their commission plan which is in tranches/tiers. All quotas are different so I have the quota in B4 and the amount they have currently sold to date in B3. The comp structure is as follows:

Tranche 1 0-20% of quota is paid at 4.89%
Tranche 2 21%-40% of quota paid at 7.33%
Tranche 3 41%-60% of quota paid at 8.80%
Tranche 4 61%-80% of quota paid at 11.73%
Tranche 5 81%-100% of quota paid at 16.13%
Above 100% of quota paid at 20.16%

The other kicker is that we have multi-year deals that are paid at different percentages within these Tranches also (i.e.: Tranche 1 multi- year paid at 2.34%, Tranche 2 at 3.51%, Tranche 3 at 4.21%, Tranche 4 at 5.61%, Tranche 5 at 7.72%, and above 100% at 9.65%. I will almost need them to manually break out the 2 total sales numbers (one for total yearly sold and one for the total of the out years--but that I can figure out), it is the formulas on the Tranches/Tiers that I need help with.

I have started with and =if B3>(B4*.2) but from here I'm not sure how to say THEN B4 needs to be multiplied by .0489. I'm also not sure if this is on the right track so any help would be greatly appreciated.

THANKS SO MUCH.
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
you will get to a very complicated if statement

if(b3=0,0,if(b3<B4*.2,b3*.0489,if(b3<b4*.4,b4*.2*.0489+(b4-(b4.2))*.0733

and that is less than half way there - will think about a different approach for you
 
Upvote 0
I am trying to figure out a formula to help my reps caculate how much money they can make based on their commission plan which is in tranches/tiers. All quotas are different so I have the quota in B4 and the amount they have currently sold to date in B3. The comp structure is as follows:

Tranche 1 0-20% of quota is paid at 4.89%
Tranche 2 21%-40% of quota paid at 7.33%
Tranche 3 41%-60% of quota paid at 8.80%
Tranche 4 61%-80% of quota paid at 11.73%
Tranche 5 81%-100% of quota paid at 16.13%
Above 100% of quota paid at 20.16%

The other kicker is that we have multi-year deals that are paid at different percentages within these Tranches also (i.e.: Tranche 1 multi- year paid at 2.34%, Tranche 2 at 3.51%, Tranche 3 at 4.21%, Tranche 4 at 5.61%, Tranche 5 at 7.72%, and above 100% at 9.65%. I will almost need them to manually break out the 2 total sales numbers (one for total yearly sold and one for the total of the out years--but that I can figure out), it is the formulas on the Tranches/Tiers that I need help with.

I have started with and =if B3>(B4*.2) but from here I'm not sure how to say THEN B4 needs to be multiplied by .0489. I'm also not sure if this is on the right track so any help would be greatly appreciated.

THANKS SO MUCH.

I tried the following formula
=SUMPRODUCT(--(B3>{0;(B4*.2);(B4*.4);(B4*.6);(B4*.8);(B4*1)}), (B3-{0;(B4*.2);(B4*.4);(B4*.6);(B4*.8);(B4*1)},{.0489;.0244;.0147;.0293;.044;.0403})

but it says I have an error any ideas what my error is--as I think I'm on the right track here. I am trying to take my threshold values and my DiffRates and calculate based on that. I am not so worried about the muti-year at this point, just the main formula.

Any thoughts?
 
Upvote 0
Another method.

=(B3*4.89%) + MAX(B3-B4*20%,0)*(7.33%-4.89%)
+ MAX(B3-B4*40%,0)*(8.8%-7.33%) + MAX(B3-B4*60%,0)*(11.73%-8.8%)
+ MAX(B3-B4*80%,0)*(16.13%-11.73%) + MAX(B3-B4,0)*(20.16%-16.13%)
 
Upvote 0
sales970
quota1200
commission80.213
%_of_quotarate
0-200.048902400.048911.73611.736
21-400.07332414800.073317.59217.592
41-600.0884817200.08821.1221.12
61-800.11737219600.117328.15228.152
81-1000.161396112000.161338.7121.613
101 plus0.20161201999990.20160
80.213

<colgroup><col><col><col span="6"></colgroup><tbody>
</tbody>
this table generates automatically from the sales figure, quota figure and tiered rates
Pm me with Email if you want the spreadsheet sending - it handles any figures so if you change your % rates etc it handles it.
 
Upvote 0
Excel Workbook
ABCDEFG
1TrancheRateRate_Diff
204.89%4.89%
3Sold120,000.0020%20,000.007.33%2.44%
4Quota100,000.0040%40,000.008.80%1.47%
5Commission$13,808.0060%60,000.0011.73%2.93%
680%80,000.0016.13%4.40%
7100%100,000.0020.16%4.03%
8
1a
Excel 2003
Cell Formulas
RangeFormula
G2=F2-N(F1)
E3=D3*$B$4
B5=SUMPRODUCT(--(B3>rB),B3-rB,rRate)
Excel Workbook
NameRefers To
rB='1a'!$E$2:$E$7
rRate='1a'!$G$2:$G$7
Workbook Defined Names
 
Upvote 0

Forum statistics

Threads
1,215,635
Messages
6,125,940
Members
449,275
Latest member
jacob_mcbride

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