Tiered Bonus & Commission in Excel

jenni554

New Member
Joined
May 23, 2017
Messages
3
Hi,
I need to calculate the bonus that will be applied in addition to the normal 3% commission. The tiers are:

35000-50000 3.5% (bonus is only on amount within 35-50k)
50000-75000 5.0%
75000-100000 10.0%
100000-125000 15.0%

I need to be able to say for example: 65000 commission would be a bonus of 1275.00. Total payout: 66275. What would be the best way to set up a formula for this?
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Could you run that calculation again and show the work.
I can't get to 1275.00 from you description.
 
Upvote 0
Could you run that calculation again and show the work.
I can't get to 1275.00 from you description.

50000-35000=15000
15000*3.5%= 525

65000-50000=10000
10000*5%=500

Total commission: $1025
Total Payout: $66025

My apologies! I was not correct in previous post! Thank you for pointing out.
 
Upvote 0
50000-35000=15000
15000*3.5%= 525

65000-50000=10000
10000*5%=500

Total commission: $1025
Total Payout: $66025

My apologies! I was not correct in previous post! Thank you for pointing out.

I think you had it right the first time. (See the line in red.) If so, you can try this formula:

ABCDE
1AmountBonusTierRateDifferential Rate
265000127500%0%
3350003.50%3.50%
4500005.00%1.50%
57500010%5%
610000015%5%

<colgroup><col style="width: 25pxpx"><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet7

Worksheet Formulas
CellFormula
B2=SUMPRODUCT(--(A2>$C$2:$C$6),(A2-$C$2:$C$6),$E$2:$E$6)
E2=D2
E3=D3-D2

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>



Build a table like C1:E6. Put your rates in D, and put the formulas in E to create the differentials. Then the formula in B2 will give you your bonus.

Hope this helps!
 
Upvote 0

Excel 2010
ABCDEF
1650001275BracketsRaterDiff
200.0%0.00%
3350003.5%3.50%
4500005.0%1.50%
57500010.0%5.00%
610000015.0%5.00%
7
80-350000
935000-50000525
1050000-65000750
111275
5a
Cell Formulas
RangeFormula
B1=SUMPRODUCT(--(A1>Brackets),A1-Brackets,Diff)
F3=E3-E2
D9=(C9-A9)*E3
D10=(C10-A10)*E4
D11=D9+D10
Named Ranges
NameRefers ToCells
Brackets='5a'!$D$2:$D$6
Diff='5a'!$F$2:$F$6
 
Last edited:
Upvote 0
I think you had it right the first time. (See the line in red.) If so, you can try this formula:

ABCDE
1AmountBonusTierRateDifferential Rate
265000127500%0%
3350003.50%3.50%
4500005.00%1.50%
57500010%5%
610000015%5%

<tbody>
</tbody>
Sheet7

Worksheet Formulas
CellFormula
B2=SUMPRODUCT(--(A2>$C$2:$C$6),(A2-$C$2:$C$6),$E$2:$E$6)
E2=D2
E3=D3-D2

<tbody>
</tbody>

<tbody>
</tbody>



Build a table like C1:E6. Put your rates in D, and put the formulas in E to create the differentials. Then the formula in B2 will give you your bonus.

Hope this helps!



That is perfect! Thank you so much!
 
Upvote 0
I have a sales team that gets paid based on units sold not dollars sold and then a percentage for bonus. I'm trying to figure out a formula that would allow them to track sales and see potential commissions.
For basic math sake they need to sell 60 units a quarter.
They only get paid if they hit the 50% threshold (30 units) at $125 until 60 units. Everything after 60 units is $200 each with no cap.
I'm trying to find a formula that as they enter their weekly totals it calculates at the correct rate... is this even possible?

Thanks,

David
 
Upvote 0
Please show what you have tried.

Suggestions
- if formula
- logic formula
- above suggestion

If the person sells 500 units what will he be paid?
 
Upvote 0
I have a sales team that gets paid based on units sold not dollars sold and then a percentage for bonus. I'm trying to figure out a formula that would allow them to track sales and see potential commissions.
For basic math sake they need to sell 60 units a quarter.
They only get paid if they hit the 50% threshold (30 units) at $125 until 60 units. Everything after 60 units is $200 each with no cap.
I'm trying to find a formula that as they enter their weekly totals it calculates at the correct rate... is this even possible?
For future reference, when posting your questions, unless it is a question about an existing thread, it is best to ask your questions in a new thread (instead of posting to an existing one).
Posting to existing threads will not show up in the "Zero Reply Posts" listing that many of us use to look for new unanswered questions! So your thread will get less "looks" and have a less chance of being answered by posting to existing threads (as opposed to posting to your own new thread).
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,583
Members
449,089
Latest member
Motoracer88

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