Data Analytics

Financial KPI Dashboard

Monitor revenue, expenses, and profit trends with automated financial metrics

Get this built around your data

✓ Free to download  ·  ✓ Excel 2016+ and Google Sheets  ·  ✓ Custom version in 24h

A KPI sheet is only useful if every number has a defined denominator. This template fixes the definitions in one place so that "gross margin" means the same thing in March as it did in January.

What the worksheet looks like

The actual columns, with sample rows

KPI sheet: definition, target and actual side by side, so nothing is computed twice.
ABCDEF
1KPIDefinitionTargetActualStatus
2Gross margin %(Rev − COGS) / Rev62.0%59.4%Behind
3Current ratioCurrent assets / current liabilities1.501.82Ahead
4DSO (days)AR / revenue × days4551Behind
5Burn multipleNet burn / net new ARR1.501.21Ahead

The formulas that do the work

Why each one is written the way it is

  • =IF(Revenue=0, "", (Revenue-COGS)/Revenue) Gross margin from named cells rather than positional references, so inserting a row above cannot silently repoint it.
  • =AR/Revenue*DaysInPeriod Days sales outstanding. Using the period length as an input rather than a hard-coded 365 keeps monthly and quarterly views consistent.
  • =IFS([@Actual]>=[@Target]*1.05,"Ahead", [@Actual]>=[@Target]*0.95,"On track", TRUE,"Behind") A ±5% tolerance band, so a KPI does not flip status on rounding.
  • =(EndValue/StartValue)^(1/Periods)-1 Compound growth rate, for the trend column. The arithmetic average of monthly growth rates overstates growth and is the most common error on these sheets.

Two definitions of the same KPI

A worked example with real numbers

A services business reported gross margin at 62% in board packs and 54% in the finance review. Both were arithmetically correct: one excluded contractor cost from COGS, the other included it. Writing the definition into the sheet next to the number ended a recurring argument in one meeting, and the reconciled figure — 54% — is what the pricing review was finally run against.

What is in the workbook

Tab by tab

Every tab in the workbook and what it is for.
TabContents
KPIsDefinition, target, actual and status for each measure.
InputsThe raw financial figures every KPI is derived from.
TrendTwelve-month history with compound growth.
ChartSparkline view for the board pack.
READMEWhere each input comes from in your accounting system.

Features and related templates

What is included, and what to look at next

What it does

  • Revenue tracking
  • Expense analysis
  • Profit margins
  • Cash flow metrics
  • Budget variance
  • Financial ratios
  • Trend analysis
  • Forecasting

Need it adapted?

  • Built around your own data and column names
  • Connected to your source system
  • Delivered within 24 hours

Questions about this template

Specific to this workbook, not generic

Which KPIs should a small business track?

Start with four: gross margin, current ratio, DSO and runway. Everything else is a diagnostic you reach for when one of those moves. A sheet with forty KPIs gets read by nobody.

How often should it be updated?

Monthly, on the same day relative to close. KPIs updated irregularly are worse than none, because trend comparisons across uneven periods are misleading.

Why is compound growth used instead of an average?

Because averaging percentage growth overstates it. Growing 50% then falling 50% is a 25% loss, but averages to zero — the compound formula reports it correctly.

"This financial KPI dashboard has transformed how we track our business performance. The automated metrics give us instant visibility into our financial health."

- Robert M., CFO