FormulaCraft

How to calculate GST 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 AmountGST RateGST AmountTotal
10000.1
50000.18
2500.05
8000.15

=A2*B2100

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. 1Column A = Pre-tax Amount, Column B = GST Rate (e.g., 0.10 for 10%, 0.18 for 18%).
  2. 2GST amount: =A2*B2 in C2.
  3. 3Total including GST: =A2*(1+B2) in D2.
  4. 4To extract GST from a GST-inclusive price (reverse GST): =A2*B2/(1+B2).
  5. 5Round results: =ROUND(A2*B2,2).

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 calculate the pre-tax price from a GST-inclusive amount?

Divide by (1 + GST rate): =A2/(1+B2). For example, $110 at 10% GST gives $110/1.10 = $100.

What GST rate should I use?

Rates vary by country: Australia 10%, India 5%/12%/18%/28%, Canada 5%, New Zealand 15%.

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: