Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Rod Hutton
 
Posts: n/a
Default 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

  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Menu items added with menu item editor in older versions Michael Hoffmann Excel Discussion (Misc queries) 2 January 7th 05 01:40 PM
Husband died, office his name..added xp my name..now no excess to. dusiedu Excel Discussion (Misc queries) 2 January 5th 05 10:07 PM
How do I keep a formula from changing if a row is added or deleted cwolt Excel Discussion (Misc queries) 1 December 27th 04 11:18 PM
How do I keep a formula from changing if a row is added or delete. cwolterman Excel Discussion (Misc queries) 1 December 27th 04 09:13 PM
Problems calculating total hours LolaK Excel Discussion (Misc queries) 1 December 14th 04 04:23 PM


All times are GMT +1. The time now is 04:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"