I need to create a formula for a tier pay system

guy0nthec0uch

New Member
Joined
Feb 4, 2016
Messages
21
Office Version
  1. 2010
Platform
  1. Windows
Hey guys, I really try not to bother you all but this one is driving me nuts.

I work at a car dealership and I'm tasked with paying our BDC reps based on the units they sell.

So, I've factored a spreadsheet to calculate each of their sold but I need to pay them based on the following parameters.

15 SOLD = 250
20 SOLD = 350
25 SOLD = 500
30 SOLD = 750
35 SOLD = 1000

So, I need a formula that can take the cell used to calculate the sold and base the commission on the total.

SNAPSHOT BDC PAY.PNG


I need this total to reflect under the DEALER SPIFF for each. Ideas?
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
What version of Excel are you using? Please edit your profile.
What is the expected result for sales of say 10 and 22?
 
Upvote 0
can you post some examples of the units sold and the expected results? It looks like in your example above the results would all be 0.00.
 
Upvote 0
You can try something like the following...assuming your Units sold is in D5:

=LOOKUP(D5,{15,20,25,30,35},{250,350,500,750,1000})
 
Upvote 0
What version of Excel are you using? Please edit your profile.
What is the expected result for sales of say 10 and 22?
Just updated it. I'm using EXCEL 10 currently. I normally 365 at work.

They only receive a bonus if they eclipse specific numbers. So 10 garners no bonus, 22 would fall under the bonus for 20.
 
Upvote 0
You can try something like the following...assuming your Units sold is in D5:

=LOOKUP(D5,{15,20,25,30,35},{250,350,500,750,1000})
That is correct. It calculates the sold amount. But I tried the formula and it gave me an ERROR message.
 
Upvote 0
22 would fall under the bonus for 20.

So what would the bonus be for 22? $xxxxx
 
Upvote 0
You are not answering the question.
Either you need a tiered calculation of you need a lookup of the rate.
If you provide the result that you expect for a few examples such as 22 and 28, I will provide a suggestion.
Otherwise good luck.
 
Upvote 0

Forum statistics

Threads
1,216,027
Messages
6,128,373
Members
449,445
Latest member
JJFabEngineering

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