Formula that calculates a tiered bonus

aksoozm17

New Member
Joined
Nov 14, 2018
Messages
1
I am looking for help figuring out a formula that will calculate the following:

RangeBonus (per million)
$7 Million - $16 Million$5,000
$17 Million - $27 Million$2,500
$28 Million +$1,000

<tbody>
</tbody>

Thank you!
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
You didn't say what you want if amount is between 16 and 17 or between 27 and 28 so I assumed those would be treated proportionately.
Excel Workbook
AB
1Amount($M)Bonus($)
229$29,000
Sheet1
 
Upvote 0
Cross posted https://www.excelforum.com/excel-fo...that-calculates-a-tiered-bonus-structure.html

While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules).
This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0
Attention: aksoozm17

What amount do you calculate with 29,000,000?
 
Upvote 0
aksoozm17 did not reply

Assumptions:
- tiered calculation is required
- brackets and rates are as shown



Excel 2010
ABCDEFG
1AmountBonusBracketRateRate Differential
229,000,00078,500.00$78,500000.00%
35,500,0000.007,000,0000.50%0.50%
418,222,22253,055.5617,000,0000.25%-0.25%
528,000,0000.10%-0.15%
6
7T201811a3d
8
3d
Cell Formulas
RangeFormula
B2=SUMPRODUCT(--(A2>rB),A2-rB,rDiff)
C2=SUMPRODUCT(--(A2>{0;7000000;17000000;28000000}),A2-{0;7000000;17000000;28000000},{0;0.005;-0.0025;-0.0015})
G2=F2-N(F1)
F3=5000/1000000
Named Ranges
NameRefers ToCells
rB='3d'!$E$2:$E$5
rDiff='3d'!$G$2:$G$5
 
Upvote 0

Forum statistics

Threads
1,214,960
Messages
6,122,479
Members
449,088
Latest member
Melvetica

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