Commission based formula

Mfiorello

New Member
Joined
Jan 11, 2010
Messages
1
Hi,
I need a formula which will analyze a reps total gross commissions and determine what percentage they are eligible for commission payouts:
For example, a rep gets paid a percentage of their incoming commission based on YTD performance: 0 - 51999 is 50%, 52000 - 72999 is 52%, 73000 - 99999 is 55%, 100000 - 124999 at 60% and so on.

So if rep currently has 27000 in commission and new sale is for additional 50000 in commission this new commission would be paid on three levels: 24999 at 50%, 20999 at 52% and 4000 at 55% because the new commission spanned three payout levels.

I have used an array to easily find the total commission percent, however, I need to find a way to have it calculate and break it down into those three levels (or just one or two levels, whatever applies)

Any suggestions?
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Like so...just extend the table in the upper left corner as long as necessary:

Excel Workbook
ABCDEF
1YTDSalesCommission
2050%2700013500
3520002%5000025620
4730003%
51000005%
Sheet2


========
This is a tiered commission chart, so each new tier shows how much MORE commission to add to what was listed above, so it starts at 50%, then reads as +2%, +3%, etc.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,528
Messages
6,125,342
Members
449,218
Latest member
Excel Master

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