FormulaCraft

How to add a percentage to a number in Excel and Google Sheets

Topic:Percentages
Excel & Google Sheets
=A2*(1+B2)

Verified example

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

AmountRate
2000.1

=A2*(1+B2)220

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. 1A2 is the starting number; B2 is the rate as a decimal (0.1 = 10%).
  2. 2(1+B2) becomes the multiplier (1.1).
  3. 3Multiplying gives the increased total.

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

My rate is written as 10, not 0.1 — what changes?

Divide by 100: =A2*(1+B2/100). Or store the rate as a real percent so it equals 0.1.

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: