Mr. Excel Forum,
I have a sales team that gets paid based on units sold not dollars sold and then a percentage for bonus. I'm trying to figure out a formula that would allow them to track sales and see potential commissions.
For basic math sake they need to sell 60 units a quarter.
They only get paid if they hit the 50% threshold (30 units) at $125 until 60 units which equals $7500.00 . Everything after 60 units is $200 each with no cap.
I'm trying to find a formula that as they enter their weekly totals it calculates at the correct rate meaning as they go along it shows no commission earned until 30 units are entered and then it steps up again at 60... is this even possible?
All I have so far is a simple lookup tool that tells them the rate at which they are being paid out using VLOOKUP
=VLOOKUP(C10,$C$4:$D$6,2,TRUE)
[TABLE="class: cms_table, width: 319"]
<tbody>[TR]
[TD]Sales Tiers[/TD]
[TD]Tier Minimum[/TD]
[TD]Payout Rate[/TD]
[/TR]
[TR]
[TD]0-30[/TD]
[TD]0[/TD]
[TD]$0[/TD]
[/TR]
[TR]
[TD]31-59[/TD]
[TD]31[/TD]
[TD]$125[/TD]
[/TR]
[TR]
[TD]$60[/TD]
[TD]60[/TD]
[TD]$200[/TD]
[/TR]
</tbody>[/TABLE]
Thanks,
David
I have a sales team that gets paid based on units sold not dollars sold and then a percentage for bonus. I'm trying to figure out a formula that would allow them to track sales and see potential commissions.
For basic math sake they need to sell 60 units a quarter.
They only get paid if they hit the 50% threshold (30 units) at $125 until 60 units which equals $7500.00 . Everything after 60 units is $200 each with no cap.
I'm trying to find a formula that as they enter their weekly totals it calculates at the correct rate meaning as they go along it shows no commission earned until 30 units are entered and then it steps up again at 60... is this even possible?
All I have so far is a simple lookup tool that tells them the rate at which they are being paid out using VLOOKUP
=VLOOKUP(C10,$C$4:$D$6,2,TRUE)
[TABLE="class: cms_table, width: 319"]
<tbody>[TR]
[TD]Sales Tiers[/TD]
[TD]Tier Minimum[/TD]
[TD]Payout Rate[/TD]
[/TR]
[TR]
[TD]0-30[/TD]
[TD]0[/TD]
[TD]$0[/TD]
[/TR]
[TR]
[TD]31-59[/TD]
[TD]31[/TD]
[TD]$125[/TD]
[/TR]
[TR]
[TD]$60[/TD]
[TD]60[/TD]
[TD]$200[/TD]
[/TR]
</tbody>[/TABLE]
Thanks,
David