FormulaCraft

How to increase a number by a percentage 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.

ProductBase PriceMarkup
Alpha1000.1
Beta2000.15
Gamma1500.2

=B2*(1+C2)110

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. 1Put the base value in one cell (e.g. B2) and the percentage increase in another (e.g. C2, stored as a decimal like 0.15 for 15%).
  2. 2In a result cell, type =B2*(1+C2).
  3. 3Press Enter. The result is the original value increased by the specified percentage.

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

How do I increase by a percentage and round to 2 decimal places?

Wrap with ROUND: =ROUND(B2*(1+C2),2).

Can I apply a compound increase over multiple periods?

Yes — use =B2*(1+C2)^n where n is the number of periods. This is the compound growth formula.

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: