Calculate Land Tax in Tasmania - seeking Excel formula

matwright06

New Member
Joined
Jan 20, 2017
Messages
9
Hi guys,

I posted asking for help for a stamp duty calculator recently and received some awesome solutions from the users on here. I tried tweaking the formula for this exercise but couldn't get my head around it. This time I'm trying to calculate land tax due for properties in Tasmania using the scale below.

I have my property prices (Total Land Value) in Column B starting at B2.

Any suggestions would be fantastic. Thank you!

Mat
Total Land Value
Current Tax Scale
$0 – $24 999Nil
$25 000 - $349 999$50 plus 0.55% of value above $25 000
$350 000 and above$1 837.50 plus 1.5% of value above $350 000

<tbody>
</tbody>
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.

Excel 2010
ABCDE
1Total Land Value500,000.00
2Tax5,212.50
3or5,212.50
4or5,212.50
5or5,212.50
6
7BracketsIncrementRateRate_Diff
80000
925,00050.000.55%0.55%
10350,0001,837.502.25%1.70%
11
12Try the alternative that you prefer.
13The above include some of the suggestions made previously.
14To help visualize and understand a formula,
15you can try using Excel's Formula Evaluate ( Formulas | Formula Auditing).
16
17T10_1701c2aaa
2aaa
Cell Formulas
RangeFormula
B2=SUMPRODUCT(--(B1>A8:A10),B1-A8:A10,D8:D10)+(B1>=A9)*B9
B3=VLOOKUP(B1,A8:D10,2,1)+VLOOKUP(B1,A8:D10,3,1)*(B1-VLOOKUP(B1,A8:D10,1,1))
B4=LOOKUP(B1,A8:A10,B8:B10)+LOOKUP(B1,A8:A10,C8:C10)*(B1-LOOKUP(B1,A8:A10))
B5=(B1>=A9)*B9+(B1>=A9)*(B1-A9)*C9+(B1>=A10)*(B1-A10)*(C10-C9)
B10=(A10-A9)*C9+B9
D9=C9-N(C7)
D10=C10-N(C9)
 
Upvote 0

Forum statistics

Threads
1,214,848
Messages
6,121,917
Members
449,055
Latest member
KB13

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