MENU
Donate

Free ebook

Free ebook: Excel Dashboard Builder

Build clean, interactive Excel dashboards from scratch — KPI tiles, dynamic charts, slicers, and a layout that impresses.

Get the ebook

Course path

Turn this into a course path

Dashboards & Reporting strings lessons like this one into a structured, mixed-friendly path.

View course path

Free tools

There's a free tool for this

Formula builder, formula explainer, CSV cleaner, and 8 more browser tools — no upload, no sign-up.

Browse free tools

Templates & data

Want to practice this yourself?

Free .xlsx templates and practice datasets — direct download, no sign-up.

Browse templates & datasets

Tip

Looking for something specific?

Search finds functions, articles, courses, and directory entries from one box — the icon lives in the header.

Try search
=ARTICLES

Build a one-page KPI dashboard in Excel

=YOUTUBE

Watch alongside this article

Public YouTube resources matched to this article's topic, functions, and practice goal.

The monthly sales report checklist on this site covers the questions a good report should answer and the sheet structure that keeps it maintainable. This article is the layout itself — what an actual one-page KPI section looks like, cell by cell, and why it’s built that way.

What the finished layout looks like

A one-page Excel sales dashboard: a title row, three KPI cards for Total Revenue, Orders, and Avg Order Value with color-coded values and variance-to-target labels, and a monthly trend table and chart below, with a callout explaining the headline-first layout.
A one-page dashboard: three KPI cards on top, one supporting chart underneath.

Three things are doing the actual work here, and none of them is complicated on its own:

  1. Three KPI cards, not ten. Total Revenue, Orders, and Average Order Value — the three numbers this audience actually asks about first. Every additional card competes with these for attention; if a metric isn’t one of the first three questions someone asks in a meeting, it belongs on a detail sheet, not the front page.
  2. One supporting chart, showing the trend behind the headline number, not a second unrelated metric.
  3. Color that means something, not decoration.

Building a KPI card

Each card is a merged block of cells, not a shape or a text box, which keeps it simple to update and to reformat later:

  1. Select the cells for the card body (here, a 2-column-by-3-row block) and Merge & Center them.
  2. Set a large font size (24–28pt) for the number itself, and a small, bold, uppercase label above it (“TOTAL REVENUE”) in a separate merged cell.
  3. Fill the card with a soft tint — not a saturated color — so the large number stays the thing your eye lands on, not the background.
  4. Add a small variance line under the number (“+6% vs target”) in the same color family as the fill, so the color and the words agree with each other. Never let color be the only signal; see conditional formatting for KPI flags for the full rule set on thresholds and color-blind-safe labeling.

The color itself is worth deciding deliberately before you touch the fill color picker: green for on-target, amber for a small miss worth watching, and save a stronger color for a genuine miss — exactly the thresholds from the KPI flags article above. A SUMIFS or IF-based formula usually calculates the underlying number and its variance; the card just formats the result.

Why the chart goes below, not beside

It’s tempting to put the trend chart next to the KPI cards so everything fits in one screenshot. In practice, a reader’s eye goes top-to-bottom and left-to-right — headline numbers first, supporting detail after. Putting the chart directly underneath the cards it explains keeps that order intact. If the dashboard needs a second chart (a category breakdown, say), it goes below the first one, not beside the cards.

Keeping it maintainable

The chart and cards above should reference a small data table further down the same sheet (or, for anything past a single month of history, a separate Data sheet) — never hardcoded numbers typed directly into the card. That way next month’s refresh is “update the data table” or “refresh the query,” not “retype six numbers and hope nobody notices a typo.” Once the layout itself is right, preparing an Excel dashboard for PDF export covers turning this same sheet into a clean PDF for anyone who reads it outside Excel — and if the dataset behind it has genuinely outgrown a worksheet, preparing Excel data for a Power BI handoff is the natural next read.

=PRACTICE

Go deeper with this skill

Build a report page that makes the key result obvious and keeps supporting detail close by. For this article, the goal is to practice: A worked layout for a scannable, one-page Excel dashboard — headline KPI cards, a supporting trend chart, and the design decisions that keep it readable instead of busy.

Practice workbook setup

Use a clean data table, one summary sheet, and one final dashboard or report sheet.

Practice workflow

  1. Choose three to five metrics before designing the layout.
  2. Create a rough wireframe using plain cells before adding charts or formatting.
  3. Link KPI cards, charts, and tables back to the same clean source or summary layer.
  4. Add a refresh date and a note explaining the data source.

Quality checks

  • The top-left area answers the main business question.
  • Charts and tables use consistent date ranges and filters.
  • The report can be printed or exported without cutting off important content.

Common mistakes

  • Starting with colors and chart types before choosing the message.
  • Mixing manual numbers with formula-driven results.
  • Leaving slicers or filters in a state that hides important data.

Next actions

  • Create a second view for a different audience, such as manager vs analyst.
  • Add a short review checklist for monthly refreshes.

Formula focus: test SUMIFS(), IF() with normal rows, blank inputs, and at least one edge case.