Calculate Customer Churn Rate
You started the month with a customer list and some of them cancelled. You need the churn rate — what share you lost — tracked consistently month over month.
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
Churn is the customers you lost during the period divided by the customers you started with. Losing 25 of 500 customers is 25/500 = 0.05 — a 5% monthly churn rate. The denominator matters: dividing by the period's starting count keeps the rate honest, because new customers signed this month haven't had a chance to churn yet. Retention is simply the complement — =1-B2/A2 gives 0.95, and churn plus retention always equals 100%, a quick sanity check on any dashboard. Format both as percentages.
When to use it
Use it for monthly SaaS subscriber tracking, membership and newsletter cancellations, or comparing churn across plans and cohorts to see where customers leak out.
Common mistakes
Did this formula help?
Engine-verified against the sample data aboveDownload the proof sheet (.xlsx)Last reviewed 2026-07-09