Commission Model...help!

tedleyo

New Member
Joined
Sep 9, 2003
Messages
9
I’m trying to make a spreadsheet to model a salesperson’s commission schedule.

The commission schedule is this:

In each quarter, a salesperson earns a commission based on what percentage of their quota the meet:

0% to 79% pays a commission of 2% of the total sales in that quarter.
80% to 99% pays a commission of 3% of the total sales in that quarter.
100% or greater pays a commission of 5% of the total sales in that quarter.
(These percentages are not cumulative: a salesperson won’t earn 2, 3 AND 5 percent for reaching 100% of the goals, just 5% total.)
My spreadsheet models this rule in two ways. It allows me to tweak the % for each quarter to see commissions, or to tweak the actual sales achieved per quarter to see commissions (model1 and model2).

But there is a hitch.

At the point where total commission earned PER YEAR (called the ‘threshold’) reaches $150000, any sales made after this threshold is met are paid at a straight 2% only. I have no idea how to calculate this possibility. It’s additionally difficult because a salesperson can reach 150000 in commission in any quarter, and a single sale could push the persons total over the 150k limit, effectively splitting the commission paid on that single sale between the 5% pre-threshold and 2% post-threshold levels.

Can anyone help?

(I have pasted the source code for my spreadsheet, created using HTMLMAKER, but it's not showing. I'd be happy to email anyone who wants to see it my model, but essentially I calculate the commission pre-theshold using a nested IF formula.)
Sales Commission Model 1 w gary and execs.xls
PQRSTUV
22%ofQuarerlyGoalMetQuarterlyCommission
23FromToRatePaidAt
240.00%79.90%2%
2580.00%99.90%3%
26100.00%1000.00%5%
27Threshold$150,000.00
28CommissionforSalesPastThresholdPaidat0.02
29
30SalesQ1SalesQ2SalesQ3SalesQ4Totals
31Goal$2,000,000$1,000,000$2,000,000$1,000,000$6,000,000
32
33Model1:StartwiththePercentageofQuarterlyQuotamet
34ActualSales(donotchange)$2,000,000$990,000$1,100,000$0$4,090,000
35TweakthePercentofGoalreached100%99%55%0%68%
36QuarterlyCommissionwithNoThreshold$100,000$29,700$22,000$0$150,000$151,700
37CumulativeQrtCommission$100,000$129,700$151,700$151,700
38
39Model2:StartwiththeActualQuarterlySales
40TweaktheActualSales$1,000,000$1,000,000$1,200,000$1,000,000$4,200,000
41PercentofGoalreached(donotchange)50%100%60%100%70%
42QuarterlyCommissionwithNoThreshold$20,000$50,000$24,000$50,000$144,000$144,000
43CumlativeCommission$20,000$70,000$94,000$144,000
sheet 1


Edited by Von Pookie
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,215,105
Messages
6,123,118
Members
449,096
Latest member
provoking

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