Excel formulas

Finance KPI Excel Formulas

Copy Excel formulas for common finance 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.

Finance formulas for Excel

KPIFormulaExcel
Gross Margin(Revenue - Cost of Goods Sold) / Revenue=IFERROR((B2-C2)/B2,0)
Net Profit MarginNet Profit / Revenue=IFERROR(B2/C2,0)
Operating MarginOperating Income / Revenue=IFERROR(B2/C2,0)
EBITDANet Income + Interest + Taxes + Depreciation + Amortization=SUM(B2:F2)
EBITRevenue - Operating Expenses=B2-C2
Revenue Growth Rate(Current Period Revenue - Previous Period Revenue) / Previous Period Revenue=IFERROR((B2-C2)/C2,0)
Free Cash FlowOperating Cash Flow - Capital Expenditures=B2-C2
Cash Conversion CycleDIO + DSO - DPO=B2+C2-D2
Return on EquityNet Income / Shareholders’ Equity=IFERROR(B2/C2,0)
Return on AssetsNet Income / Total Assets=IFERROR(B2/C2,0)
Return on Invested CapitalNOPAT / Invested Capital=IFERROR(B2/C2,0)
WACC(E/V × Re) + (D/V × Rd × (1 - Tax Rate))=IFERROR((B2/(B2+C2))*D2+(C2/(B2+C2))*E2*(1-F2),0)
Debt-to-Equity RatioTotal Debt / Total Equity=IFERROR(B2/C2,0)
Current RatioCurrent Assets / Current Liabilities=IFERROR(B2/C2,0)
Quick Ratio(Cash + Marketable Securities + Accounts Receivable) / Current Liabilities=IFERROR((B2+C2+D2)/E2,0)
Interest Coverage RatioEBIT / Interest Expense=IFERROR(B2/C2,0)
Working CapitalCurrent Assets - Current Liabilities=B2-C2
Burn RateCash Spent per Month=B2-C2
RunwayCash Balance / Monthly Burn Rate=IFERROR(B2/C2,0)