FormulaCraft

How to calculate a percentage of a percentage in Excel and Google Sheets

Topic:Percentages
Excel & Google Sheets
=A2*B2

Verified example

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

Pct_APct_BResult
0.20.15
0.50.1
0.250.4

=A2*B20.03

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. 1Enter the first percentage in A2 and the second in B2 — format both cells as Percentage so 0.2 displays as 20%.
  2. 2In C2, type =A2*B2 — if both cells are formatted as percentages (stored as decimals), the result is the compound percentage.
  3. 3If you've entered numbers like 20 and 15 (not formatted as %), divide by 100 first: =(A2/100)*(B2/100) or =A2*B2/10000.
  4. 4Format the result cell as Percentage to display it as a percentage rather than a decimal.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

What's the difference between 20% off of 15% and 20% + 15%?

20% of 15% = 0.20 × 0.15 = 3% (compound). Adding gives 35%. They mean completely different things — use multiplication for compound percentage calculations.

How do I calculate a tax on a discounted price using percentages?

Apply sequentially: =original_price*(1-discount%)*(1+tax%) — e.g., $100 with 20% off and 10% tax = 100*(1-0.2)*(1+0.1) = $88.

More on Percentages

See all →

Formulas used

Related tasks

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: