Cumulative commission formula

vmdnessa

New Member
Joined
Jun 2, 2022
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Hi,

I am working on a commission project. I have tiered commissions that I need to calculate weekly. And of course should an associate obtain 15 vs. 10 in week 3 they will start attaining a higher payout for 5 of those. I need a formula that will allow me to pull from the tiered commission table based on what's being entered manually into the weekly progress columns. And I need it to calculate cumulatively for weeks going forward so throughout the month as they progress closer to their monthly goals or for some teams quarterly goals the formula automatically adjusts.

Please let me know if you need more info. Thank you so much!

SalespersonWhole LifeTerm LifeW/e 5/7 Commission (current formula)
11=(IFS([@[Whole Life]]<=A$61,[@[Whole Life]]*C$61, AND(A$61<[@[Whole Life]],[@[Whole Life]]<=A$62),[@[Whole Life]]*C$62, AND(A$62<[@[Whole Life]],[@[Whole Life]]<=A$63),[@[Whole Life]]*C$63, AND(A$63<[@[Whole Life]],[@[Whole Life]]<=A$64),[@[Whole Life]]*C$64, AND(A$64<[@[Whole Life]],[@[Whole Life]]<=A$65),[@[Whole Life]]*C$65, A$66<=[@[Whole Life]],[@[Whole Life]]*C$66))+(IFS([@[Term Life]]<=A$61,[@[Term Life]]*I$61, AND(A$61<[@[Term Life]],[@[Term Life]]<=A$62),[@[Term Life]]*I$62, AND(A$62<[@[Term Life]],[@[Term Life]]<=A$63),[@[Term Life]]*I$63, AND(A$63<[@[Term Life]],[@[Term Life]]<=A$64),[@[Term Life]]*I$64, AND(A$64<[@[Term Life]],[@[Term Life]]<=A$65),[@[Term Life]]*I$65, A$66<=[@[Term Life]],[@[Term Life]]*I$66))
11132
11132
11132

Pulling from this table

Total Apps/Month1st Fee
19
29
39
49
64
65

Thanks again so much for your help :)
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
There are many examples on this forum of tiered formulas.
If you provide the brackets and rates, we can provide a formula.

A concise example with expected results can help. You can post an extract of your sheet with the forum's tool XL2BB.

You can review prior posts for ideas
One post that may help is
 
Upvote 0

Forum statistics

Threads
1,214,812
Messages
6,121,693
Members
449,048
Latest member
81jamesacct

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