Skip to content
getgriddy.ai/blog/excel-dashboard-tutorial
Excel

Excel Dashboard Tutorial

Learn how to build a clean Excel dashboard from structured data: KPIs, pivots, charts, filters, and review-ready layout.

·5 min read

Reviewed by Griddy

Updated for current Excel and Google Sheets workflows, with examples chosen to map back to real spreadsheet tasks rather than abstract formula syntax.

An Excel dashboard is a summary page that turns a structured data table into KPIs, charts, and review-ready views. The dashboard is only as good as the table underneath it. If the source data is inconsistent, the dashboard becomes decoration instead of a decision tool.

The practical approach is simple: clean the data, define the KPIs, build summaries, add charts, then format the dashboard so it can be scanned quickly.

Step-by-step Excel dashboard build

Step 1. Start with one clean source table

Put the raw data in a table with one header row and one record per row. Avoid merged cells, subtotals inside the data, and blank columns. For a sales dashboard, fields might include owner, stage, deal value, close date, probability, and source.

Step 2. Define the KPIs

Choose metrics that drive action. Examples:

  • total revenue
  • open pipeline
  • weighted forecast
  • deals closing this month
  • overdue follow-ups
  • average deal size
  • win rate

For weighted forecast, use:

fx
=DealValue*Probability

If you are using normal cell references, that might be:

fx
=D2*E2

Step 3. Build summaries

Use pivot tables for grouped summaries like revenue by owner, pipeline by stage, or deals by source. Use formulas for specific KPI blocks.

For example, count overdue follow-ups:

fx
=COUNTIFS(H:H, "<"&TODAY(), I:I, "<>Closed Won", I:I, "<>Closed Lost")

Step 4. Add charts

Use charts that match the review question:

  • bar chart for revenue by owner
  • column chart for pipeline by stage
  • line chart for monthly trend
  • donut chart only when the category count is small

Keep chart titles direct. "Pipeline by Stage" is better than "Sales Performance Overview."

Step 5. Format for scanning

Put KPI cards at the top, charts in the middle, and detail tables below. Use consistent number formats, clear labels, and enough whitespace that the page does not look like a raw data dump.

TIP

A good dashboard answers the first three review questions before anyone scrolls.

Common dashboard mistakes

MistakeWhy it hurtsFix
Too many chartsThe dashboard becomes hard to scanKeep only charts tied to decisions
Dirty source dataPivots and formulas produce bad totalsClean the table before building
Manual KPI numbersValues drift from the source tableLink KPIs to formulas or pivots
No owner/status fieldsThe dashboard cannot drive actionAdd fields that show accountability

Templates help because they start with a clear data model. A sales pipeline template or project tracker gives the dashboard consistent columns from the beginning.

The Griddy way

The hard part of dashboards is not one formula or one chart. It is connecting cleanup, summaries, formatting, and layout without breaking the source data.

"Create a dashboard from this sales table with KPI totals, pipeline by stage, forecast by owner, and overdue follow-up count."

Griddy can create the formulas, charts, and dashboard layout from the data already in your sheet.

Skip the manual work

Describe it. Griddy does it.

Instead of writing this formula yourself, just tell Griddy what you need in plain English. Works in Excel and Google Sheets.

Use this on real templates

Start dashboards from structured operating sheets

Dashboards work best when the source table has clean fields for owners, statuses, dates, values, and the decisions people review weekly.

Sales