FormulaCraft

How to calculate VAT in Excel and Google Sheets

Topic:Finance basics
Excel & Google Sheets
=A2*B2

Verified example

Computed by a real spreadsheet engine on the sample data below.

Net PriceVAT RateVAT Amount
1000.2
5000.15
750.1
10000.2

=A2*B220

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Create columns: Net Price (A) and VAT Rate as a decimal (B, e.g., 0.20 for 20% VAT).
  2. 2In the VAT Amount column, enter =A2*B2 to compute the VAT amount.
  3. 3In the Gross Price column, enter =A2*(1+B2) to get the total price including VAT.

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

How do I reverse-calculate the net price from a VAT-inclusive amount?

Divide the gross price by (1 + VAT rate): =A2/(1+B2). This strips the VAT out of the total.

Can I handle multiple VAT rates in the same spreadsheet?

Yes. Put the applicable rate in the B column for each row, and the formula =A2*B2 automatically uses each row's own rate.

More on Finance basics

See all →

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: