Creating Commission Calculator Sheet

Jryan582

New Member
Joined
Jul 8, 2021
Messages
11
Office Version
  1. 365
Platform
  1. Windows
I am trying to create a sales commission calculator template that can be used for all of our employees. The commission structure is:

• 100% to Goal = $75 per admit
• 120% to Goal = $100 per admit
• 140% to Goal = $150 per admit
• 160% to Goal = $175 per admit
• 180% to Goal = $200 per admit

I need fillable cells to put "monthly goal" and "qualified admits" and then allow the formulas to take it from there. I am struggling because of the way the structure is based on % to goal rather than you hit x number and your payout equals y. If someone could help me with these formulas I would be forever grateful! I have browsed through the other threads and found questions that are close but not quite what I am looking for. The table I am currently working with looks like:

1625787435125.png


Thank you so much for your help!
 

Attachments

  • 1625787304080.png
    1625787304080.png
    29.7 KB · Views: 9
  • 1625787366852.png
    1625787366852.png
    22.5 KB · Views: 9
T202107a.xlsm
ABCDEF
1
2
3
4
5
6
7
8
9Monthly Medicare Admission Goal20
10Medicare Admissions for the Month22
11LUPAs1
12Episodic Payer Admits **only if goal achieved, calculate at .5 per admit**2
13Total Admissions23
14Commission Payout 17251725
15175
161.175
171.2100
181.3100
191.4150
201.5150
211.6175
221.7175
231.8200
24
5d
Cell Formulas
RangeFormula
B13B13=SUM(B10,B12)-B11
B14B14=B13*LOOKUP(B13/B9,E15:F23)
C14C14=B13*LOOKUP(B13/B9,{1,75;1.2,100;1.4,150;1.6,175;1.8,200})
 
Upvote 0

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Forum statistics

Threads
1,215,324
Messages
6,124,250
Members
449,149
Latest member
mwdbActuary

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