Excel formulas

SaaS KPI Excel Formulas

Copy Excel formulas for common saas KPIs and adapt them for your spreadsheet or dashboard.

Affiliate resources

Ideas for You

Useful learning resources related to this page. As an Amazon Associate, this site may earn from qualifying purchases at no extra cost to you.

SaaS formulas for Excel

KPIFormulaExcel
MRRSum of Monthly Recurring Revenue=SUM(B2:B100)
ARRMRR × 12=B2*12
Churn RateLost Customers / Customers at Start of Period=IFERROR(B2/C2,0)
Revenue ChurnLost MRR / Starting MRR=IFERROR(B2/C2,0)
Customer ChurnCustomers Lost / Customers at Start=IFERROR(B2/C2,0)
Net Revenue Retention (NRR)(Starting MRR + Expansion MRR - Contraction MRR - Churned MRR) / Starting MRR=IFERROR((B2+C2-D2-E2)/B2,0)
Gross Revenue Retention (GRR)(Starting MRR - Contraction MRR - Churned MRR) / Starting MRR=IFERROR((B2-C2-D2)/B2,0)
LTVARPU × Gross Margin / Churn Rate=IFERROR((B2*C2)/D2,0)
LTV:CAC RatioLTV / CAC=IFERROR(B2/C2,0)
CAC Payback PeriodCAC / Monthly Gross Profit per Customer=IFERROR(B2/C2,0)
ARPURevenue / Number of Users=IFERROR(B2/C2,0)
ARPARevenue / Number of Accounts=IFERROR(B2/C2,0)
Expansion MRRAdditional MRR from Existing Customers=B2
Contraction MRRLost MRR from Downgrades=B2
Logo RetentionRetained Customers / Starting Customers=IFERROR(B2/C2,0)
SaaS Quick Ratio(New MRR + Expansion MRR) / (Churned MRR + Contraction MRR)=IFERROR((B2+C2)/(D2+E2),0)
Magic Number(Current Quarter ARR - Previous Quarter ARR) × 4 / Previous Quarter Sales and Marketing Spend=IFERROR(((B2-C2)*4)/D2,0)
Rule of 40Revenue Growth Rate + Profit Margin=B2+C2