Bonus Calculation Spreadsheet

JenMcG

New Member
Joined
Dec 2, 2016
Messages
46
Hello,

I need help creating a formula that will calculate a bonus payout based on the employees sales margin. The % of payout of job sale is determined by what % they achieve on the job margin (the higher the margin, the greater the % payout of the sale).

For example, if the job achieved a margin of 50.64% on a sale of $2,879.58, then the employee would be paid 2% of the sale (or $57.59) base on the below criteria:

Margin % (Column BE)% of Total Sales
60% & greater
2.5%​
50% to 59.99%
2.0%​
40% to 49.99%
1.5%​
30% to 39.99%
1.0%​
25% to 29.99%
0.5%​
Less than 25%
0.0%​

I'd like for the spreadsheet to be plug & play where I can dump data into it and it auto determines the % bonus without me having to manually complete this.

I can provide a sample of the spreadsheet if required.

Thank you,
 

Attachments

  • Bonus Cal.JPG
    Bonus Cal.JPG
    57.2 KB · Views: 43
You can paste the following example to a clean sheet and review the formula.

T202311a.xlsm
ABCD
1
2Margin % (Column BE)Margin% of Total Sales
3Less than 25%00.00%
425% to 29.99%0.250.50%
530% to 39.99%0.31.00%
640% to 49.99%0.41.50%
750% to 59.99%0.52.00%
860% & greater0.62.50%
9
10
11SaleMarginBonus
12$2,879.5850.64%57.59
13
4d
Cell Formulas
RangeFormula
D12D12=B12*LOOKUP(C12,B3:C8)
 
Upvote 0

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.

Forum statistics

Threads
1,215,079
Messages
6,123,009
Members
449,093
Latest member
ikke

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