Excel Formula for Subtraction

“excel formula for subtraction” comes up constantly, so this page leads with the exact answer, and only then explains the detail. Everything works in Excel on Windows and Mac and maps almost one-to-one to Google Sheets. Copy the answer above and get back to work, or read on to turn a one-off fix into something you never have to look up again.

Exact answer

In Excel: there is no SUBTRACT function — just use the minus operator, for example =A2-B2.

Annotated stepsExcel
1

Click the cell where you want the difference.

2

Type = then the first cell or number, a minus sign, and the second, e.g. =A2-B2.

3

Press Enter; copy the formula down to subtract row by row.

4

To subtract many cells, use =A2-SUM(B2:B10) instead of a long chain.

=A2-B2
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

Need it as an auditable file?

Ships inside the linked template — formula-driven, unlocked, audit-ready.

View template

What this does

Excel and Google Sheets have no SUBTRACT function because the minus sign already does the job: any formula that starts with = can subtract one cell or number from another. To subtract several values at once you can chain them (=A2-B2-C2) or subtract a SUM (=A2-SUM(B2:B10)), which is tidier when the list is long. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. Treat “excel formula for subtraction” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected formula shows up while it is still harmless. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. That turns a calculation you can defend to a CFO or an auditor into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

To take expenses of 120 away from revenue of 500, type =500-120 (or =A2-B2 pointing at the two cells) and press Enter — the result is 380. To subtract a whole column of costs from a budget in B1, use =B1-SUM(B2:B20). Negative results display with a minus sign automatically. Subtraction is the quiet backbone of every variance, margin and running-total formula. Knowing there is no function — only the operator — saves you hunting for one and lets you build differences directly. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.

In Google Sheets

Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. If you take one thing from this page on “excel formula for subtraction”, make it the habit rather than the keystrokes: set the problem up with labelled inputs, reference those cells, and let Excel do the recomputing. Bookmark the page for the syntax, but do the example once in a blank sheet and check it against the tool above — five minutes of hands-on practice fixes the method in memory far better than re-reading, and it surfaces the small snags while they are still harmless. After that the technique is genuinely yours: faster than searching for it again, and reliable enough to drop into work that other people depend on.

Common mistakes

  • Looking for a SUBTRACT function — there is none; the − operator is the answer.
  • Forgetting the leading =, so the sheet treats the entry as text.
  • Subtracting cells that contain text or are blank, which can return errors or unexpected zeros.
  • Mixing up the order — A2-B2 and B2-A2 differ by a sign.

Frequently asked questions

Is there a SUBTRACT function?

No. Both Excel and Google Sheets subtract with the minus operator. To subtract many numbers, subtract a SUM: =A2-SUM(B2:B10).

How do I subtract a percentage?

Multiply and subtract in one step: =A2*(1-10%) takes 10% off the value in A2.

Why does my subtraction show an error?

Usually one cell contains text or an error value. Wrap the inputs in VALUE() or clean the data so both sides are numbers.

Other ways people ask this

On the way here you may have searched this as “subtraction formula in excel”, “excel formula subtraction”, “excel.subtraction formula” and “formula of subtraction in excel” — it is all the same task, and this page is the single, complete answer to it.

This guide also answers

  • how to do a subtraction formula in excel
  • subtraction function on excel

Why do people search for this in so many different ways?

Because the same task has many names. “subtraction formula in excel”, “excel formula subtraction”, “excel.subtraction formula” all point at the one operation explained on this page, which is why they all lead here.