Using Solver or Goal Seek to find commission structure break even point

nineseven

New Member
Joined
Mar 24, 2017
Messages
5
Hi all, I am having issues trying to find the break even point of a commission structure trying to be implemented at my company. The detail are as follows:

Monthly Fixed Cost: $2165.00
Commission Structure:
Revenue $0-$2500 - 5% of Revenue earned in commissions
Revenue $2501-5000 - 10% of Revenue earned in commissions
Revenue $5000> - 15% of Revenue earned in commissions
Average Unit Cost $28.33

I think this is the minimum amount of information required to find the break even point. Our salesmen have a base monthly salary of $2165.00 and they receive a portion of the revenue they bring in to the company. So far, it is not capped. Of what they sell the average unit price is $28.33.

Been at it for most of the morning and cant find a way to structure this so that it would work in solver or goal seek.


Any help is appreciated. Thank you.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
unit cost is $28.33. What I am looking for is basically the break-even point where their fixed income and commissions amount matches the revenue they brought into the company from their sales.
 
Upvote 0
I want to solve for Revenue, yes. The point of Revenue (what they have to sell) that reaches their fixed expense and the commissions they have accumulated up until that revenue point.
 
Upvote 0
Try this:


Excel 2010
AB
1Monthly Fixed Cost$2,165.00
2Commission$270.00
3Avg Unit Cost$28.33
4Revenue$2,700.00
5
6Company Profit$265.00
Sheet1
Cell Formulas
RangeFormula
B2=B4*LOOKUP(B4,{0,2501,5001},{0.05,0.1,0.15})
B6=B4-SUM(B1:B2)


Data > Solver > Set Objective: $B$6 > To: Value Of: 0 > By Changing Variable Cells: $B$4 > Solve

You should get an answer of $2,278.95.
 
Upvote 0
Their commission would would not be $270.00 is they brought in $2700.00 in revenue.

They would make 5% off the first $2500 = $125.00, and 10% from the remaining 200 = $20. Total= $145.00. Sorry if I didnt make this clear.
 
Upvote 0
Their commission would would not be $270.00 is they brought in $2700.00 in revenue.

They would make 5% off the first $2500 = $125.00, and 10% from the remaining 200 = $20. Total= $145.00. Sorry if I didnt make this clear.

You are looking for tiered commissions then. These are more complicated and I am not too familiar with them but I will give it a shot. Try this:


Excel 2010
ABCDEFGH
1Monthly Fixed Cost$2,165.00Revenue LowRevenue HighRateCommission
2Commission$145.00$0$2,5005%$125.00
3Avg Unit Cost$28.33$2,500$5,00010%$20.00
4Revenue$2,700.00$5,000$99,999,99915%$0.00
5
6Company Profit$390.00
Sheet1
Cell Formulas
RangeFormula
B2=SUM(H2:H4)
B6=B4-SUM(B1:B2)
H2=MAX(0,(MIN(F2,$B$4)-E2))*G2
 
Upvote 0

Forum statistics

Threads
1,215,507
Messages
6,125,212
Members
449,214
Latest member
mr_ordinaryboy

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