How to Create a Manufacturing Dashboard in Excel

Cody Schneider8 min read

Building a manufacturing dashboard in Excel is a powerful way to get a clear, real-time picture of your production floor's performance. Instead of drowning in spreadsheets and raw data, you can consolidate your most important metrics into a single, interactive view. This guide will walk you through, step-by-step, how to create your own manufacturing dashboard from scratch using the tool you already have: Microsoft Excel.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

What is a Manufacturing Dashboard?

A manufacturing dashboard is a visual interface that provides a centralized, at-a-glance view of your key performance indicators (KPIs). Think of it as the cockpit for your operations. It consolidates complex data from various sources - like production logs, quality control sheets, and machine uptime reports - and presents it in an easy-to-understand format using charts, graphs, and tables.

The primary goal is to empower managers and teams to make faster, more informed decisions. By seeing critical metrics like production output, defect rates, and equipment effectiveness in real time, you can spot issues before they become major problems and identify opportunities for improvement.

While specialized business intelligence software exists, using Excel is a fantastic starting point. It's accessible, familiar to most teams, and flexible enough to build powerful, custom dashboards without a hefty price tag.

Decide Which Manufacturing Metrics to Track

Before you build anything, you need to decide what to measure. The right KPIs depend on your specific goals, but most manufacturing environments track metrics related to efficiency, quality, and output. Your dashboard is only as useful as the data it presents, so focus on actionable metrics that drive performance.

Here are some of the most common and effective manufacturing KPIs:

  • Overall Equipment Effectiveness (OEE): This is the gold standard for measuring manufacturing productivity. It combines three factors: Availability (uptime vs. planned production time), Performance (actual vs. potential speed), and Quality (good units vs. total units produced). The formula is OEE = Availability x Performance x Quality.
  • Production Volume: A straightforward measure of the total number of units produced within a specific timeframe (e.g., per hour, shift, or day). You can track this by product, line, or for the entire plant.
  • Scrap Rate / Defect Rate: This metric tracks the percentage of produced materials or products that are defective or fail to meet quality standards. It's calculated as (Scrap Units / Total Units Produced) * 100. Lower is better.
  • Cycle Time: The total time it takes to produce one unit from start to finish. A shorter cycle time generally means higher efficiency.
  • Machine Downtime: The total time a machine is not running when it's scheduled for production. Tracking the reasons for downtime (e.g., maintenance, setup, malfunction) is equally important.
  • First Pass Yield (FPY): The percentage of units that are completed to specification and pass inspection without any rework. It’s a key indicator of production quality and process efficiency.
GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

Step-by-Step: How to Create Your Dashboard in Excel

Now, let's get into the practical steps. We'll build a simple dashboard tracking Production Volume, Scrap Rate, and OEE by production line.

Step 1: Get Your Data Organized

The foundation of any good dashboard is clean, structured data. Your raw data should be set up in a simple tabular format where each row is a record and each column is a category. Avoid merged cells, blank rows, or subtotals in your source data.

Create a new Excel workbook and make three separate sheets (tabs):

  1. Raw Data: This is where you'll paste or link your raw production data.
  2. Calculations: This will be your "behind-the-scenes" tab for PivotTables and intermediate calculations.
  3. Dashboard: This will be the clean, user-facing visual layer.

For this example, your 'Raw Data' sheet should look something like this. Be sure to format your data range as an Excel Table (go to Insert > Table or press Ctrl + T). This makes your data dynamic, so it automatically includes new rows you add later.

Step 2: Create PivotTables to Summarize Your Data

PivotTables do the heavy lifting for your dashboard. They summarize large datasets and allow you to quickly calculate metrics without complex formulas. We'll create a few in our 'Calculations' sheet.

Click anywhere inside your data table on the 'Raw Data' sheet and go to Insert > PivotTable. Place it in a new worksheet and rename that worksheet "Calculations." Then you can make the appropriate adjustments for a new design.

Here's how to create the necessary PivotTables:

PivotTable 1: Production Volume and Scrap by Line

  • Drag 'Production Line' into the Rows area.
  • Drag 'Units Produced' into the Values area.
  • Drag 'Scrap Units' into the Values area.

This gives you a tidy summary of total units and scrap per line.

PivotTable 2: OEE Components

  • Drag an identifier like 'Production Line' into Rows.
  • Drag 'Planned Production Time', 'Downtime', and other OEE-related numbers into Values. Make sure they are set to Sum.

Your 'Calculations' sheet will now be the engine room of your dashboard.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

Step 3: Organize Your KPIs on the Dashboard Sheet

Now, let's cleanly display our calculated KPIs on the main 'Dashboard' sheet. We don't want to show the PivotTables directly - they're for calculation, not presentation. We can simply reference the cells from the 'Calculations' sheet.

On your 'Dashboard' sheet, create a small section for your main KPIs. In a cell, type = and navigate to your 'Calculations' tab and click on the cell containing the Grand Total for "Sum of Units Produced". Press Enter.

Example:

=Calculations!B5

Do this for your other key metrics like Total Scrap Units. For a metric like Scrap Rate, you can create a simple formula directly on the dashboard:

=(cell_with_total_scrap) / (cell_with_total_produced)

Format this cell as a percentage. This way, your high-level numbers are front and center.

Step 4: Create Charts and Visualizations

Visuals make your data easy to digest. Let's create a few charts from our PivotTables.

Go back to the 'Calculations' sheet and select your first PivotTable (Production and Scrap by Line). Go to PivotTable Analyze > PivotChart. A combo chart is great for this.

  1. Choose a Clustered Column chart for 'Sum of Units Produced'.
  2. Choose a Line with Markers chart for 'Sum of Scrap Units' and check the box for Secondary Axis. This plots the smaller scrap numbers on a separate axis so they remain visible.

Once the chart is created, cut it (Ctrl + X) and paste it (Ctrl + V) onto your 'Dashboard' sheet. Clean it up by removing unnecessary elements like field buttons (right-click a button and select "Hide all field buttons on chart").

For a KPI like OEE, a Donut or Gauge chart can be highly effective. Creating a simple gauge chart involves making a donut chart with two data points: your KPI value (e.g., 85%) and the remainder (1 - 85%).

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

Step 5: Add Slicers for Interactivity

Slicers are the magic that makes your dashboard feel like an interactive report rather than a static chart. They are essentially user-friendly filters.

  1. Select any of your charts or PivotTables.
  2. Go to the PivotTable Analyze or PivotChart Analyze tab and click Insert Slicer.
  3. A dialog box will appear. Check the boxes for the fields you want to filter by, such as 'Date', 'Shift', and 'Product ID'. Click OK.

This will add slicers to your Dashboard sheet. The problem? By default, each slicer only controls the one PivotTable it was created from. To link them all, right-click on a slicer and select Report Connections. In the dialog box, check the boxes for all the PivotTables in your 'Calculations' sheet. Repeat this for every slicer.

Now, when you click a value in any slicer (like "Shift A" or "Widget 101"), all the charts and KPI cards on your dashboard will update instantly. This allows you and your team to drill down into the data and explore performance without needing to be an Excel expert.

Final Thoughts

Building a manufacturing dashboard in Excel transforms your production data from a raw, and often overwhelming, resource into a powerful tool for strategic decision-making. By structuring your data, using PivotTables for analysis, and adding visual elements like charts and slicers, you can create a centralized command center to monitor your factory floor's health and drive continuous improvement.

For those who manage data across many manufacturing and business systems - like CRMs, ERPs, or specific machine software - manually updating Excel can become a chore. At that point, tools like our own Graphed can automate the process entirely. We created it to directly connect to those sources, letting you ask for dashboards in plain English and see live, auto-updating reports without the manual CSV downloads or copy-pasting.

Related Articles

How to Enable Data Analysis in Excel

Enable Excel's hidden data analysis tools with our step-by-step guide. Uncover trends, make forecasts, and turn raw numbers into actionable insights today!