ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Calculating VAT (value added tax) (https://www.excelbanter.com/excel-worksheet-functions/7772-calculating-vat-value-added-tax.html)

Rod Hutton

Calculating VAT (value added tax)
 
I understand that many US people may use this forum more than the UK.....but
here goes...

I want to calculate the VAT element of an amount, for example:
£35,000 sales
@ 17.5%
amount less VAT is: £29,787.23p
VAT element is: £5,212.76p
I need a formula that just gives me the VAT element.

Many thanks US !!!

Rod


Ron de Bruin

Hi Rod

To add VAT use:

=A1*(1+18%)

To find net of VAT amount use:

=A1/(1+18%)

To find the VAT content

=A1-A1/(1+18%)


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Rod Hutton" <Rod wrote in message ...
I understand that many US people may use this forum more than the UK.....but
here goes...

I want to calculate the VAT element of an amount, for example:
£35,000 sales
@ 17.5%
amount less VAT is: £29,787.23p
VAT element is: £5,212.76p
I need a formula that just gives me the VAT element.

Many thanks US !!!

Rod




Bob Phillips

Rod,

I start by creating a name called VAT (menu InsertNameDefine Name, name of
VAT, RefersTo value of =17.5%)

To add VAT to an amount is simply

=A1*(1+VAT) - 1+VAT because 1 represents 100% of the amount, the VAT is
17.5%

To calculate the amount less VAT on an amount that has already had VAT
charged

=A1/(1+VAT)

To calculate the VAT amount, take this previous figure from the original
amount

=A1-A1/(1+VAT)

And finally, because this is money, it is best to round to the nearest penny

=ROUND(A1*(1+VAT) ,2)
=ROUND(A1/(1+VAT),2)
=ROUND(A1-A1/(1+VAT),2)

BTW, there are plenty of UKers here, and Ron is from the Netherlands, and we
have Germans, Norwegians, et al, all of whom understand VAT. It isn't all
US.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Rod Hutton" <Rod wrote in message
...
I understand that many US people may use this forum more than the

UK.....but
here goes...

I want to calculate the VAT element of an amount, for example:
£35,000 sales
@ 17.5%
amount less VAT is: £29,787.23p
VAT element is: £5,212.76p
I need a formula that just gives me the VAT element.

Many thanks US !!!

Rod





All times are GMT +1. The time now is 11:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com