FormulaCraft

How to calculate churn rate in Excel and Google Sheets

Topic:SaaS metrics
Excel & Google Sheets
=COUNTA(B2:B4)/COUNTA(A2:A4)-1

Verified example

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

Starting CustomersEnding Customers
10090
150130
200180

=COUNTA(B2:B4)/COUNTA(A2:A4)-10

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 your starting customer count in column A and ending customer count in column B.
  2. 2In an empty cell, input the formula to calculate churn rate.
  3. 3Press Enter to see the churn rate as 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 does a negative churn rate mean?

A negative churn rate indicates an increase in customers over the period.

Can I use this formula for monthly churn rates?

Yes, adjust the data to reflect the start and end of the month.

How do I handle zero starting customers?

Avoid division by zero by ensuring there are initial customers or adjusting the formula logic.

More on SaaS metrics

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: