FormulaCraft

How to calculate the SaaS quick ratio in Excel and Google Sheets

Topic:SaaS metrics
Excel & Google Sheets
=(B2+C2)/(D2+E2)

Verified example

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

MonthNew MRRExpansion MRRChurned MRRContraction MRRQuick Ratio
Jan50001200800400
Feb65009001100300
Mar48001500700200

=(B2+C2)/(D2+E2)5.1666666667

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. 1Set up a row with headers: Month (A1), New MRR (B1), Expansion MRR (C1), Churned MRR (D1), Contraction MRR (E1), Quick Ratio (F1).
  2. 2Enter your MRR data for each month starting in row 2 — for example, B2=5000, C2=1200, D2=800, E2=400.
  3. 3In F2, enter the formula =(B2+C2)/(D2+E2) to compute that month's quick ratio.
  4. 4Drag F2 down to cover all months, or use IFERROR(=(B2+C2)/(D2+E2),"N/A") to guard against divide-by-zero when churn is zero.
  5. 5Add a conditional format on column F to highlight values below 1 in red and above 4 in green for quick visual health checks.

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

What is a good SaaS quick ratio?

A ratio of 4 or higher is considered healthy for growth-stage SaaS companies. Ratios between 1 and 4 indicate moderate growth with meaningful churn pressure. Below 1 means the business is shrinking in net MRR terms.

Should I include reactivated customers in New MRR?

Most SaaS finance teams treat reactivated MRR as a separate category or add it to New MRR. Whichever you choose, be consistent month over month so the ratio is comparable across periods.

How is SaaS quick ratio different from the current ratio?

The traditional quick ratio is a balance-sheet liquidity measure (liquid assets / short-term liabilities). The SaaS quick ratio is a revenue-growth-efficiency metric and uses MRR components, not balance-sheet line items.

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: