FormulaCraft

How to calculate the percentage difference between two numbers in Excel and Google Sheets

Topic:Percentages
Excel & Google Sheets
=(B3-B2)/B2

Verified example

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

MonthRevenue
January40000
February46000
March43000

=(B3-B2)/B20.15

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 your old value in one cell (e.g. B2) and your new value in another (e.g. B3).
  2. 2In a result cell, type =(B3-B2)/B2.
  3. 3Press Enter, then format the result cell as a percentage.

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 percentage difference and percentage change?

Percentage change uses a clear old/new direction: (new−old)/old. Percentage difference sometimes refers to the symmetric formula |(A−B)|/((A+B)/2) used when neither value is a baseline.

How do I show the result as +10% or -5%?

Apply a custom number format like +0.00%;-0.00%;0% to show a plus sign for positive values.

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: