How to do Tier commission struction formulae in Excel

tradertt123456

New Member
Joined
May 8, 2009
Messages
2
Hi Guys,

I have a tiering system

0 - 20000 --> 2%
20000 - 50000 --> 3%
50000 and above --> 5%

How do I calculate it in excel?

So if a person gets 100000, first 20,000 will be based on 2% and the next 20000 to 50000 will be at 3% and the remaining 50,000 and above will be at 5%

How do I make excel calculate that?
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Excel Workbook
ABCDEFGH
1Tiered Commission
2SalesCommission DueThresholdRateDifferential Rate
3100,000.003,800.000.002%2%
4100,000.003,800.0020,000.003%1%
550,000.005%2%
6
1d
Excel 2003
Cell Formulas
RangeFormula
B3=SUMPRODUCT(--(A3>$F$3:$F$5),A3-$F$3:$F$5,$H$3:$H$5)
B4=A4*0.02+(A4-20000)*0.01+(A4-50000)*0.02
H3=G3-N(G2)
H4=G4-N(G3)
H5=G5-N(G4)


You can try either of the suggestions or use Vlookup.
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,758
Members
452,940
Latest member
rootytrip

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