How to Subtract in Google Sheets

Subtract numbers and cells in Google Sheets with the minus operator, including clear examples and common errors.

=A2-B2

Direct answer

Quick answer

Use the minus operator: =A2-B2. Google Sheets does not have a SUBTRACT function, so subtraction formulas should use the - symbol.

Subtract two cells

=A2-B2

Subtracts the value in B2 from the value in A2.

Subtract a number

=A2-10

Subtracts 10 from the value in A2.

Subtract several cells

=A2-B2-C2

Subtracts B2 and then C2 from A2.

Press ⌘+Enter to submit

Budget remaining

Column C subtracts actual spending in column B from the approved budget in column A.

Column C subtracts actual spending in column B from the approved budget in column A.
Budget (A)Actual (B)Remaining (C)
$12,000$9,450$2,550
$18,500$17,100$1,400
$9,000$9,850-$850

Step-by-step instructions

  1. Enter the starting and subtracted values

    Put the starting value in A2 and the amount to subtract in B2.

  2. Enter the subtraction formula

    Click the result cell, type =A2-B2, and press Enter.

  3. Copy the formula

    Drag the fill handle down to calculate the remaining rows.

Common mistakes to avoid

  • Google Sheets has no SUBTRACT function; use the minus operator instead.
  • Order matters: =A2-B2 is different from =B2-A2.
  • Negative results are valid and indicate that the amount subtracted is larger than the starting amount.

Compare your options

Decide with evidence, not a sales pitch.

Open a neutral research prompt in the AI tool you already use. Compare capabilities, limitations, and fit before you choose.

AI answers can be incomplete. Check source links, current pricing, and product documentation before deciding.

Need More Help with Google Sheets Formulas?

Sign up for Formula Bot and get unlimited AI-powered formula generation, explanations, and advanced data analysis.

How to Subtract in Google Sheets | Formulas