Using cel 2013 functions for tiered rates schedule

LeeMan88

New Member
Joined
Dec 13, 2013
Messages
28
Hello

I am hoping that someone can help me create a formula for the following table containing tiered rates.



Taxable income Tax on this income
0 – $18,200 Nil
$18,201 – $37,000 19c for each $1 over $18,200
$37,001 – $80,000 $3,572 plus 32.5c for each $1 over $37,000
$80,001 – $180,000 $17,547 plus 37c for each $1 over $80,000
$180,001 and over $54,547 plus 45c for each $1 over $180,000


Thanks
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Check out this link in which I helped with an Income Tax formula for Marginal Tax rates. Income Tax Formula | Excel University Scroll to the bottom of the article and you can download a file that does what you need.

Also, see here:
http://www.mcgimpsey.com/excel/variablerate.html
ftp://ftp.irs.gov/pub/irs-drop/rp-13-35.pdf
http://www.cra-arc.gc.ca/tx/ndvdls/fq/txrts-eng.html

<tbody>
</tbody>

<tbody>
</tbody>

<tbody>
</tbody>
 
Last edited:
Upvote 0

Excel 2010
ABCDEF
1200,00063,547.00BracketRateRate_Delta
20.000.0000.00
318,200.000.1900.19
437,000.000.3250.14
580,000.000.3700.05
6180,000.000.4500.08
7
1
Cell Formulas
RangeFormula
B1=SUMPRODUCT(--(A1>D2:D6),A1-D2:D6,F2:F6)
F2=E2-N(E1)
 
Upvote 0
You're most welcome. Dave Patton's solution is clean and simple.
 
Upvote 0

Forum statistics

Threads
1,221,525
Messages
6,160,327
Members
451,637
Latest member
hvp2262

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