Tutorials - 2026-05-12
How to Create an Excel Dashboard
Build an Excel dashboard with clean source data, KPI cards, charts, slicers, Pivot Tables, and formulas that update automatically.
What Makes a Good Excel Dashboard
- An Excel dashboard summarizes important metrics on one screen. A good dashboard is clear, fast to update, and focused on decisions rather than decoration. Good dashboards usually include: KPI cards Trend charts Category breakdowns Filters or slicers Clear labels A reliable data source
Step 1: Prepare the Source Data
- Start with clean tabular data. Each column should have one field, and each row should be one record. Good columns: Date Region Product Sales Cost Status Convert the range to an Excel Table with Ctrl+T. Tables make formulas and Pivot Tables easier to maintain.
Step 2: Choose Dashboard Metrics
- Pick metrics that answer business questions. Examples: Total sales Profit margin Open tasks Monthly revenue Top products Conversion rate Use formulas like SUMIFS, COUNTIFS, AVERAGEIFS, and XLOOKUP to calculate dashboard values.
Step 3: Build KPI Cards
- KPI cards show the most important numbers at the top. Example formulas: \\\ =SUMIFS(Sales[Amount], Sales[Month], H2) =COUNTIFS(Tasks[Status], "Open") =(Revenue-Cost)/Revenue \\\ Use large numbers, short labels, and consistent formatting.
Step 4: Add Charts
- Use charts to show trends and comparisons. Recommended chart types: Line chart for trends over time Bar chart for rankings Column chart for month-by-month comparison Doughnut chart only when the categories are few Avoid too many colors and 3D charts.
Step 5: Add Slicers
- Slicers make dashboards interactive. They work especially well with Pivot Tables. Insert -> Slicer Use slicers for region, product, department, or status.
Related Guides
- SUMIFS function COUNTIFS function XLOOKUP function Excel Pivot Tables Beginners Guide Excel Automation Guide
Dashboard Planning Table
- Dashboard element Purpose Excel tool KPI cards Show the headline numbers SUMIFS, COUNTIFS Trend chart Show movement over time Line chart Ranking chart Compare categories Bar chart Filters Let users explore segments Slicers or data validation Detail table Show supporting records Excel Table or Pivot Table
Expert Dashboard Principles
- A strong dashboard answers a small set of questions quickly. Do not start with charts. Start with decisions: what should the reader know, compare, or act on? Recommended workflow: Clean the source data. Build a summary layer with formulas or Pivot Tables. Create visuals from the summary layer. Add slicers or filters. Hide raw complexity from the final view.
Related Guides
- Use SUMIFS examples, COUNTIFS examples, Pivot Tables, and Excel Charts to build the components.
Frequently asked questions
- What should an Excel dashboard include? A useful Excel dashboard should include KPI cards, trend charts, category breakdowns, filters or slicers, and a reliable source table.
- Should I use formulas or Pivot Tables for a dashboard? Use formulas for custom KPI calculations and Pivot Tables for fast summaries, grouping, and slicer-driven interactivity.
- What should an Excel dashboard show first? Start with the most important KPIs, then add trends, comparisons, and filters that explain those KPIs.
- Should dashboards use formulas or Pivot Tables? Use formulas for custom KPI logic and Pivot Tables for fast summaries, grouping, and slicer-driven analysis.