Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=IFERROR((A2-B2)/A2*100,0)Computed by a real spreadsheet engine on the sample data below.
| StartCustomers | EndCustomers | ChurnPct |
| 1200 | 1140 | =IFERROR((A2-B2)/A2*100,0) |
| 1140 | 1095 | =IFERROR((A3-B3)/A3*100,0) |
| 1095 | 1080 | =IFERROR((A4-B4)/A4*100,0) |
=IFERROR((A2-B2)/A2*100,0)→5
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
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.
It depends heavily on the industry. SaaS B2B targets are typically 1–3% monthly; consumer apps tolerate higher rates. Always benchmark against your specific segment.
Replace the customer counts with MRR (Monthly Recurring Revenue): (MRR at start − MRR at end) / MRR at start × 100. The formula structure is identical.
Retention rate = 1 − churn rate (or 100% − churn%). They are complementary; some teams find it easier to set retention targets (e.g. 97% monthly retention = 3% monthly churn).
Spills a grid of random numbers with specified rows, columns, min, max, and integer/decimal options. Excel 365 and Google Sheets only.
How-toLearn how to calculate MRR in Excel and Google Sheets using SUMIF to sum active subscription revenue by billing period, normalized to a monthly figure.
Error fixFix ##### in Excel — the column is too narrow to display the number or date. Widen the column or change the format to resolve it.
ReferenceConverts an array or range into a single text string, with concise or strict formatting options.
How-toCalculate ARR in Excel and Google Sheets by summing normalized annual subscription revenue across all active accounts, converting monthly contracts to their annual equivalent.
Error fixArray result was not expanded in Google Sheets means output cells are blocked. Clear adjacent cells or use a blank area.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: