Joel has attended:
Excel Intermediate course
Formula to calculate VAT paid
Is there a formula that I can use to calculate how much VAT that has been paid when the only information I have is the total amount.
e.g. Amount paid =
RE: Formula to calculate VAT paid
Hi Joel
You could try
[CELL] / 1.175 to return the original amount less the vat
or
[CELL]/1.175)*0.175 to return only the Vat.
Hope that helps
Tracy