VAT formulas

Welshgar

New Member
Joined
Apr 25, 2011
Messages
3
Hi,
Have searched on the forum bout can't find anything specific to what I want. I know its a simple one, but for the life of me cannot remember how I used to do it ( havent had a to use excel in my job until recently since i used to work in my old job)

I need to calculate the VAT total from an amount and also the net total

so something like this

Amount Net Total VAT Total

£xxxxx ????? ??????


with the VAT total being 20%

I know its simple, just for the life of me I cant remember, any help would be appreciated

Thanks
G
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Hello and welcome to MrExcel

Is it.
Excel Workbook
ABCD
1AmountNet TotalVAT TotalVat
2100.0080.0020.0020%
Sheet1
Excel 2010
Cell Formulas
RangeFormula
B2=A2-C2
C2=A2*D2
 
Last edited:
Upvote 0
Do you mean this?

In A1 is the amount. In B1:

=A1/(1+$A$2)

A2 is the VAT percentage (20%)

In C1:

=A1-B1

Wigi
 
Upvote 0
i need the VAT as a separate amount, i will then need to deduct that separate amount from the total, but thats easy enough :)
 
Upvote 0
Both suggestions calculate the VAT amount, so I do not understand why you say

i need the VAT as a separate amount
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,828
Members
452,946
Latest member
JoseDavid

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