#1   Report Post  
PW11111
 
Posts: n/a
Default Inv Vat Formula


Hi,

I have a column of costs that do not include VAT, i'd like to add another
column that takes this value and adds 17.5% of the cost onto it (therefore
including VAT).

Any ideas for the formula?

Cheers,

Phil
  #2   Report Post  
Kassie
 
Posts: n/a
Default

With your cost in say E2, then in F2 enter =IF(E2="","",E2*1.175).
If you want to round at this stage, then change it to
=IF(E2="","",Round(E2*1.175,2)). You can also put your VAT % in a specific
cell, say K1, as .175. In your formula, you can then always refer to this
cell, by replacing the 1.75 with 1+$K$1, to read (E2*(1+$K$1)). If the tax %
changes, you then do not have to change a lot of formulas. You merely change
the value in K1.

"PW11111" wrote:


Hi,

I have a column of costs that do not include VAT, i'd like to add another
column that takes this value and adds 17.5% of the cost onto it (therefore
including VAT).

Any ideas for the formula?

Cheers,

Phil

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
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Problem with VBA returning the contents of a long formula. [email protected] Excel Discussion (Misc queries) 2 February 23rd 05 12:14 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Relative Indirect Formula Referencing? Damian Excel Worksheet Functions 1 January 7th 05 04:16 AM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM


All times are GMT +1. The time now is 03:02 PM.

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

About Us

"It's about Microsoft Excel"