FormulaCraft

How to subtract a percentage from a number in Excel and Google Sheets

Topic:Percentages
Excel & Google Sheets
=B2*(1-C2)

Verified example

Computed by a real spreadsheet engine on the sample data below.

ItemPriceDiscount
Widget1200.15
Gadget2500.2
Doohickey800.1

=B2*(1-C2)102

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. 1Place the original value in one cell (e.g. B2) and the percentage to subtract in another (e.g. C2, formatted as a percentage).
  2. 2In a result cell, type =B2*(1-C2).
  3. 3Press Enter. The result is the original value after the percentage has been subtracted.

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

What is the difference between subtracting a percentage and subtracting a percentage amount?

They are mathematically the same. =B2*(1-0.2) and =B2-B2*0.2 both give the same result; the first form is just cleaner.

Can I subtract multiple percentages (e.g. two discounts)?

Yes — chain them: =B2*(1-C2)*(1-D2). Note this is a compound discount, not the same as adding the two percentages together.

More on Percentages

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: