Formula that pays out on tiers

johns99

Board Regular
Joined
Jun 11, 2013
Messages
223
Office Version
  1. 365
Platform
  1. Windows
Hello,

I'm trying to come up with a formula that will pay commissions based on a tiered approach. So any sales that result in 65 to 95 would pay $10 each, any lower than 65 would be $8 each, then I would like to total this. Any suggestions?

Thanks in advance.

TargetAmt per AcceptanceTotal Commission
15$8.00
$120.00​
25$8.00
$200.00​
35$8.00
$280.00​
45$8.00
$360.00​
55$8.00
$440.00​
65$10.00
$650.00​
75$10.00
$750.00​
85$10.00
$850.00​
95$10.00
$950.00​
105$15.00
$1,575.00​
115$15.00
$1,725.00​
125$15.00
$1,875.00​
135$15.00
$2,025.00​
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Try This:

in B2 =IF(A2>95,15,if(A2>=65,10,8)) drag down

in C2 =A2*B2 drag down
 
Upvote 0

Forum statistics

Threads
1,215,972
Messages
6,128,035
Members
449,414
Latest member
sameri

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