Formula to calculate stamp duty payable on commercial property in the UK (post 2016)

Nikork

New Member
Joined
Feb 14, 2020
Messages
10
Office Version
  1. 2016
Platform
  1. Windows
Detailed calculation
This is a breakdown of how the total amount of SDLT was calculated based on the rules from 17 March 2016
Purchase price bands (£)Percentage rate (%)SDLT due (£)
Up to 150,00000
Above 150,000 and up to 250,00022,000
Above 250,000+53,750
Total SDLT due5,750
Here are the stamp duty bands. I am just looking for a formula that can take the purchase price and give me a stamp duty figure based on above. Probably a very easy task to someone who knows how!
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Sorry I should have said post March 2017 and not post 2016. Thanks
 
Upvote 0
I don't know why you don't want the current rates but...

Book1 (1).xlsm
ABC
1675000.003250
Sheet4
Cell Formulas
RangeFormula
C1C1=SUMPRODUCT(--(A1>{0;150000;250000}), (A1-{0;1150000;250000}), {0;0.02;0.03})
 
Upvote 0
I do want the current rates. Are these not them? We are talking about commercial property rates... The link I dropped into my thread is from the current government website so should be up to date.
 
Upvote 0
Thank you for the fast response but the code you provided does not work for me.
 
Upvote 0
Current rate (and without the typo in the last post).
Book1 (1).xlsm
ABC
1675000.0023750
Sheet4
Cell Formulas
RangeFormula
C1C1=SUMPRODUCT(--(A1>{0;125000;250000}), (A1-{0;125000;250000}), {0;0.02;0.03})
 
Upvote 0
Thank you for the fast response but the code you provided does not work for me.
See next post typo in the other post corrected is
Book1 (1).xlsm
ABC
1675000.0023250
Sheet4
Cell Formulas
RangeFormula
C1C1=SUMPRODUCT(--(A1>{0;150000;250000}), (A1-{0;150000;250000}), {0;0.02;0.03})
 
Upvote 0
Current rate (and without the typo in the last post) if you are talking uk rates.
Book1 (1).xlsm
ABC
1675000.0023750
Sheet4
Cell Formulas
RangeFormula
C1C1=SUMPRODUCT(--(A1>{0;125000;250000}), (A1-{0;125000;250000}), {0;0.02;0.03})


 
Upvote 0
Thanks, I think it is correct apart from the end of the code. 0.03 should be 0.05. Then in works.

=SUMPRODUCT(--(A1>{0;125000;250000}), (A1-{0;125000;250000}), {0;0.02;0.05})

Thank you so much. Very grateful. I might havea project for someone with your skills... PM me if interested.
 
Upvote 0
Thanks, I think it is correct apart from the end of the code. 0.03 should be 0.05
No it should not be 0.05, it should be O.03 it is the difference between the percentages. Check the current rate formula against the online calculator in the link.
 
Upvote 0

Forum statistics

Threads
1,215,272
Messages
6,123,981
Members
449,138
Latest member
abdahsankhan

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