---
title: "How To Subtract In Google Sheets"
h1: "How To Subtract In Google Sheets"
description: "Learn how to efficiently subtract numbers in Google Sheets with our step-by-step guide. Master formulas and functions for accurate calculations today."
route: "/learn/how-to-subtract-in-google-sheets"
canonical: "https://www.layerpath.com/learn/how-to-subtract-in-google-sheets"
---

# How To Subtract In Google Sheets

Perform subtraction calculations in Google Sheets using formulas. Learn how to subtract values between cells using the =A1-B1 formula.

### Interactive Layerpath tour

Canonical tour: https://share.layerpath.com/e/cm8oqcc6h0006kz0cx91lkflp/tour

Tour id: cm8oqcc6h0006kz0cx91lkflp

1. Open **Google Sheets** and select a cell where you want the result.
2. Type the formula `=A1 - B1` (replace `A1` and `B1` with your desired cell references).
3. Press **Enter**, and the result will appear in the selected cell.
4. Drag the fill handle down to apply the formula to multiple rows if needed.
5. You can also subtract multiple values using `=A1 - B1 - C1`.
6. For constant values, use `=10 - 5` directly in a cell.
