Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=SUMIF(C2:C6,"Monthly",B2:B6)*12+SUMIF(C2:C6,"Annual",B2:B6)Computed by a real spreadsheet engine on the sample data below.
| Customer | Contract Value | Billing Cycle |
| Acme Corp | 500 | Monthly |
| Beta LLC | 12000 | Annual |
| Gamma Inc | 300 | Monthly |
| Delta Co | 6000 | Annual |
| Epsilon Ltd | 200 | Monthly |
=SUMIF(C2:C6,"Monthly",B2:B6)*12+SUMIF(C2:C6,"Annual",B2:B6)→30000
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
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.
ARR is total annual recurring revenue across all customers. ACV (Annual Contract Value) is the annualized value of a single contract, often used in sales reporting.
No. For a 3-year $36,000 contract, ARR is $12,000/year, not $36,000. ARR normalizes to the annual run rate, not the total contract value (TCV).
Calculate ARR at the start and end of each month, then compute (End ARR − Start ARR) / Start ARR to get the growth rate. A waterfall chart of new, expansion, contraction, and churn ARR shows the composition.
Spills a grid of random numbers with specified rows, columns, min, max, and integer/decimal options. Excel 365 and Google Sheets only.
How-toCalculate monthly or annual customer churn rate as lost customers divided by starting customers, expressed as a percentage, in Excel and Google Sheets.
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-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 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: