Calculating VAT

R

Rod Hutton

Can someone help me with how to calculate the VAT of a cell and to only show
what the VAT amount is ie the VAT for £250 is: £37.23 and i need to know the
formula for this.

Thanks

Rod
 
B

Brian

Rod Hutton said:
Can someone help me with how to calculate the VAT of a cell and to only show
what the VAT amount is ie the VAT for £250 is: £37.23 and i need to know the
formula for this.

Thanks

Rod

VAT Amount = (Gross Amount * VAT Rate)/(100 + VAT Rate)
 
Top