Struggling with a tiered commission structure (monthly & quarterly)

Chris1289

New Member
Joined
Jan 17, 2022
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hi all,

Help would be greatly appreciated as I'm an Excel novice. I've recently moved to a new recruitment agency where Excel isn't used fully, with commission calculations being done manually. We have a tiered commission structure monthly and quarterly, so I'm trying to create a spreadsheet to keep an eye on my figures etc.

Monthly
Tier MinimumTier MaximumCommission Rate
€0€4,0000%
€4,000€17,00010%
€17,00020%

Quarterly
Tier MinimumTier MaximumCommission Rate
€0€40,0000%
€40,000€57,00010%
€57,00015%

To clarify the above table, if I invoiced €30,000 in a month:
  • I wouldn't earn any commission on the first €4,000 (€0)
  • Then 10% on any billing between €4,000 and €17,000 (€1,300)
  • Then 20% on anything above €17,000 (€2,600)
  • Total commission for that month would be €3,900

At my previous company, I already had access to a formula that helped me calculate monthly commission on their tiered commission structure, which I am trying to emulate, however I can't seem to get to work - this was the previous formula (taken from a random month, so D7 refers to the total value of sales invoiced that month): =IF(D7<=10000,10%*D7,IF(D7<=18000,10000*10%+20%*(D7-10000),IF(D7<=25000,10000*10%+8000*20%+30%*(D7-18000),10000*10%+8000*20%+7000*30%+35%*(D7-25000))))

How can I emulate the above formula for my new Monthly and Quarterly commission structures? Would sticking with an IF formula be better than VLOOKUP?

Many thanks,

Chris
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
For your tier structures - wouldn't it be for example 4001 Euro to 17,000 Euro for 10% and not 4000 which was the maximum of the previous tier?
 
Upvote 0
For your tier structures - wouldn't it be for example 4001 Euro to 17,000 Euro for 10% and not 4000 which was the maximum of the previous tier?
Thinking about this, the previous IF formula didn't work on the basis of 4,000.01 or 4001 and that seemed to work ok?
 
Upvote 0
MinMaxSalesMonthly Commission
-4,000.00
0%​
17,000.00
3,900.00
=IF(D2<=B2,(D2*C2),IF(AND(D2>=A3,D2<=B3),((D2-A3)*C3),IF(D2>=A4,((B3-A3)*C3)+(D2-A4)*C4)))
4,000.0117,000.00
10%​
17,000.01
20%​


This should work - assume A1 is the first cell "Min" and go from there to recreate. You can use the same logic on quarterly.
 
Upvote 0
Solution
MinMaxSalesMonthly Commission
-4,000.00
0%​
17,000.00
3,900.00
=IF(D2<=B2,(D2*C2),IF(AND(D2>=A3,D2<=B3),((D2-A3)*C3),IF(D2>=A4,((B3-A3)*C3)+(D2-A4)*C4)))
4,000.0117,000.00
10%​
17,000.01
20%​


This should work - assume A1 is the first cell "Min" and go from there to recreate. You can use the same logic on quarterly.
The cell 3900 =IF(D2<=B2,(D2*C2),IF(AND(D2>=A3,D2<=B3),((D2-A3)*C3),IF(D2>=A4,((B3-A3)*C3)+(D2-A4)*C4)))
 
Upvote 0
MinMaxSalesMonthly Commission
-4,000.00
0%​
17,000.00
3,900.00
=IF(D2<=B2,(D2*C2),IF(AND(D2>=A3,D2<=B3),((D2-A3)*C3),IF(D2>=A4,((B3-A3)*C3)+(D2-A4)*C4)))
4,000.0117,000.00
10%​
17,000.01
20%​


This should work - assume A1 is the first cell "Min" and go from there to recreate. You can use the same logic on quarterly.
The sales figure should be 30,000 = not 17,000
 
Upvote 0
MinMaxSalesMonthly Commission
-4,000.00
0%​
17,000.00
3,900.00
=IF(D2<=B2,(D2*C2),IF(AND(D2>=A3,D2<=B3),((D2-A3)*C3),IF(D2>=A4,((B3-A3)*C3)+(D2-A4)*C4)))
4,000.0117,000.00
10%​
17,000.01
20%​


This should work - assume A1 is the first cell "Min" and go from there to recreate. You can use the same logic on quarterly.
Hi DeficientOptimism,

Thank you very much for that - I have been able to replicate the formula within my spreadsheet and it seems to work perfectly! I really appreciate your help with this.

All the best.
 
Upvote 0
you make a table "Tier" and the last column "cumul" is the commission you get with an invoice equal at "Tier minimum" of that row.
The orange table in F:G are 2 examples
Map4
ABCDEFGH
1table
2Tier MinimumTier MaximumCommission Ratecumulinvoicecommision
30 €4.000 €0,0%0 €5.000,0 €100,0 €
44.000 €17.000 €10,0%0 €5.200,0 €120,0 €
517.000 €1.000.000.000 €20,0%1.300 €
6
Blad3
Cell Formulas
RangeFormula
G3:G4G3=VLOOKUP(F3,TBL_Tier,4,1)+(F3-VLOOKUP(F3,TBL_Tier,1,1))*VLOOKUP(F3,TBL_Tier,3,1)
F4F4=+F3+200
D3:D5D3=SUM(D2,IFERROR(SUM(B2,-A2)*C2,0))
 
Upvote 0

Forum statistics

Threads
1,215,036
Messages
6,122,794
Members
449,095
Latest member
m_smith_solihull

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