FormulaCraft

How to calculate month-over-month growth 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.

MonthUsers
Jan3200
Feb3520
Mar3800
Apr4100

=(B3-B2)/B20.1

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. 1List your months in one column and the metric (e.g. revenue, users) in the next.
  2. 2Leave the MoM Growth cell blank for the first month.
  3. 3In the second month row, enter =(B3-B2)/B2.
  4. 4Format as a percentage and copy the formula down for all subsequent months.

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

How do I handle months with zero values?

A zero prior month causes #DIV/0!. Use =IFERROR((B3-B2)/B2,"") to leave the cell blank when the prior value is zero.

Can I calculate MoM growth for multiple products at once?

Yes — structure your data with products as columns and months as rows, then apply the formula to each column independently.

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: