How to Reverse-Calculate VAT in Excel

Skip ahead: try our free VAT Calculator
Try VAT Calculator FreeTo reverse-calculate VAT in Excel, divide the VAT-inclusive cell by 1 plus the VAT rate as a decimal: =A2/1.15 for a 15% rate. Subtract that result from the original cell in a separate column to get the VAT amount on its own. Put the formula in the first row and drag it down the column to apply it to an entire list of gross prices at once, rather than calculating each one by hand.
Key takeaways
- Net price formula: =A2/1.15 at a 15% rate. VAT amount formula: =A2-(A2/1.15).
- Reference the VAT rate from its own cell rather than typing 1.15 into every row, so a rate change means editing one cell, not the whole sheet.
- Use an absolute reference (like $B$1) on the rate cell before dragging the formula down, or the reference shifts and every row after the first breaks.
- Dragging the fill handle down the column applies the formula to a whole list of gross prices in one motion.
- A spreadsheet is fine for a handful of numbers. Once you're checking VAT on every invoice you send, a calculator built for the job is faster to open than a spreadsheet is to maintain.
The Basic Formula
Put your VAT-inclusive prices in column A. In column B, the net price formula is the gross amount divided by 1 plus the VAT rate. In column C, the VAT amount is the gross figure minus that net figure. At a 15% rate, that looks like this in a spreadsheet with a gross price of 115.00 in cell A2:
| Cell | Formula | Result |
|---|---|---|
| A2 | Gross price (entered) | 115.00 |
| B2 | =A2/1.15 | 100.00 |
| C2 | =A2-B2 | 15.00 |
Referencing the VAT Rate From Its Own Cell
Typing 1.15 directly into every formula works until the rate changes, at which point you're editing every row by hand. Put the rate in its own cell instead, say B1, entered as 15%, and reference it in the formula: =A2/(1+$B$1). The dollar signs lock the reference to B1 so it doesn't shift when you drag the formula down to other rows.
Applying It to a Whole Column
Once the formula in row 2 gives the right answer, click the cell, grab the small square at its bottom-right corner (the fill handle), and drag it down as far as your list of gross prices goes. Excel copies the formula to every row, adjusting the gross-price reference automatically while keeping the locked rate cell fixed.
Common Mistakes
- Subtracting the percentage directly: a formula like =A2-(A2*15%) overstates the VAT amount, the same error as doing it by hand. The rate has to divide into 1 plus itself, not multiply against the gross figure.
- Forgetting the absolute reference: dragging a formula that references a plain B1 instead of $B$1 breaks every row after the first.
- Rounding too early: format cells to two decimal places for display, but let the underlying formula keep its full precision, so totals at the bottom of the column stay accurate.
When a Formula Isn't Worth Setting Up
Building out a spreadsheet makes sense when you're reconciling a batch of figures at once, like checking a stack of supplier invoices in one sitting. For a single price you need to check right now, opening our free VAT calculator and typing in one number is faster than opening Excel, setting up columns, and getting the reference right.
Frequently asked questions
What is the Excel formula to remove VAT from a price?
Divide the VAT-inclusive cell by 1 plus the VAT rate as a decimal, for example =A2/1.15 at a 15% rate.
How do I apply one VAT rate across many rows?
Put the rate in its own cell and reference it with an absolute reference, like $B$1, in your formula. That keeps the rate fixed when you drag the formula down the column.
Why does my dragged formula give wrong results after the first row?
The rate cell reference likely isn't locked with dollar signs, so it shifts to a different, empty cell in each row you drag the formula into.
Is there a faster way than building a spreadsheet?
For a single price, yes: a dedicated VAT calculator gives you the net price and VAT amount without setting up cells or formulas first.
Try Our Free VAT & Sales Tax Calculator
Add tax to a price or extract tax from a tax-inclusive total instantly.
Free forever · No sign-up · Takes 2 minutes