How to Create a Risk Management Dashboard in Excel

Cody Schneider8 min read

A static list of potential risks can quickly become overwhelming, making it hard to prioritize and act on the most critical threats. Creating a risk management dashboard in Excel transforms that static list into a dynamic, visual tool that helps you instantly identify, assess, and monitor risks. This guide will walk you through building a powerful and interactive risk management dashboard from scratch.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

What is a Risk Management Dashboard?

A risk management dashboard is a one-page report that gives you a high-level, visual summary of the potential risks facing your project, department, or entire organization. Its purpose isn't to show every single detail but to highlight the most important information, helping you and your stakeholders make faster, more informed decisions. At its core, it helps you answer critical questions at a glance:

  • What are our most severe risks right now?
  • Which areas of the business are most exposed to risk?
  • How are our risk mitigation efforts progressing?
  • Who is responsible for managing each specific risk?

A well-built dashboard lets you filter and slice data, so you can drill down from the big picture to the specific details you need in just a few clicks.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

Step 1: Set Up Your Risk Data (The Foundation)

Every great dashboard starts with well-structured data. Before you can build any charts or visuals, you need to create a central "risk register." This is simply a table where you log every identified risk.

The key here is to format your data as an official Excel Table. This is non-negotiable for a dynamic dashboard. A proper Table automatically expands as you add new risks, ensuring your charts and formulas update without any manual adjustments.

To get started:

  1. Open a new Excel sheet and name it "Risk Register" or "Data."
  2. Create the following column headers in the first row:
  3. Select any cell within your headers and press Ctrl + T (or go to Insert > Table). Ensure the "My table has headers" box is checked and click OK.

Your data is now in a proper Excel Table. This small step is what makes the entire dashboard dynamic and easy to update later on.

Step 2: Calculate Risk Score and Severity

The numbers for Likelihood and Impact are useful, but multiplying them together gives you a far more helpful metric: the Risk Score. This single number helps you objectively prioritize which risks need the most immediate attention.

Add a 'Risk Score' Column

In the first empty column to the right of your table (column I in our example), type the header "Risk Score." Because you're using an Excel Table, it will automatically be included. In the first cell below the new header, enter this simple formula:

=[@Likelihood]*[@Impact]

Press Enter, and Excel will automatically fill the formula down for your entire column. This is one of the best features of using Tables! Now you have a quantitative score for every risk.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

Add a 'Severity Level' Column

While a score like "20" is useful, categories like "Critical" are more intuitive for stakeholders. Let's add another column called "Severity" that translates the score into a clear label.

In the next empty column, create the header "Severity". In the first cell, enter the following IFS formula. This will assign a text label based on the Risk Score:

=IFS([@[Risk Score]]>=15, "Critical", [@[Risk Score]]>=8, "High", [@[Risk Score]]>=4, "Medium", TRUE, "Low")

This formula checks the risk score and tags it as 'Critical' if it's 15 or more, 'High' if it's 8 or more, and so on. Now your risk register is complete and ready for visualization.

Step 3: Build Your Dashboard Visuals

Create a new sheet in Excel and name it "Dashboard". This is where your charts and summaries will live. We will use PivotTables and PivotCharts, which are directly linked to your risk register and will update automatically as you add new data.

Create Key Performance Indicators (KPIs)

KPIs give you an immediate snapshot of the most important numbers. Let's create cards for "Total Risks" and "Open Risks."

  1. On your Dashboard sheet, find a spot to create a small summary table. For example, in cell A1, type "Metric" and in B1, type "Value".
  2. In A2, type "Total Risks". In B2, use the COUNTA function to count all the Risk IDs in your table: =COUNTA(Table1[Risk ID]) (Note: Your table might be named something else, like Table2. Just start typing and Excel's autofill will find it for you).
  3. In A3, type "Open Risks". In B3, use the COUNTIF function to count only the risks with the status "Open": =COUNTIF(Table1[Status],"Open")
  4. Now, to create the "card" look, go to Insert > Shapes and choose a rectangle. Draw it on your dashboard.
  5. While the shape is selected, click in the Formula Bar and type = then click on the cell containing your "Total Risks" count (cell B2). Press Enter.
  6. Format the shape's text to be large and clear. Repeat the process to create another card for "Open Risks." These shapes are now dynamically linked to your data.

Build a Risk Matrix (Heat Map)

The risk matrix is the cornerstone of risk reporting. It plots impact versus likelihood, giving you an instant visual of your high-priority risks.

  1. Click back on your "Risk Register" sheet and select any cell in your table.
  2. Go to Insert > PivotTable. Choose to place it on the "Existing Worksheet" and select a blank area on your "Dashboard" sheet.
  3. In the PivotTable Fields pane:
  4. You now have a table showing the count of risks for each likelihood/impact combination. To turn it into a heat map, select all the number values inside the PivotTable.
  5. Go to Home > Conditional Formatting > Color Scales. Choose the "Green - Yellow - Red" scale. Excel will automatically color the cells, with higher numbers appearing in red.
  6. For clean formatting, right-click the "Row Labels" and "Column Labels" on the PivotTable and rename them to "Likelihood" and "Impact."

Create Charts for Risks by Category and Status

  1. Go back to your "Risk Register" sheet, select your table, and go to Insert > PivotChart. Place it on your dashboard worksheet.
  2. To show Risks by Category, drag Category to the Axis (or Legend) area and Count of Risk ID to the Values area. You should see a bar chart appear. Format it as you see fit.
  3. Repeat the process to create a second PivotChart. This time, show Risks by Status by dragging Status to the Axis and Count of Risk ID to values. A Donut or Pie chart works well here.
GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

Step 4: Make the Dashboard Interactive with Slicers

This is where your dashboard comes alive. Slicers are user-friendly buttons that allow you (or anyone viewing your dashboard) to filter the report.

  1. Click on any one of your PivotCharts or the PivotTable.
  2. Go to the PivotChart Analyze (or PivotTable Analyze) tab in the ribbon and click "Insert Slicer."
  3. In the pop-up window, check the boxes for Category and Severity Level. Slicers for each chart will appear, allowing you to interactively segment your data. For example, if you wanted to see the specific data that corresponds to your marketing, simply select "Marketing" inside the slicer, and the charts in your dashboard will customize the corresponding data and make it visible. It is that seamless.
  4. Connect your chart to your slicers to allow for proper funneling of data to occur. You can achieve this by right-clicking each one of your slicers and selecting "Report Connections," and connecting them there.

Step 5: Final Dashboard Design and Layout

The last step is to arrange your elements into a clean, easy-to-read layout. Here are a few tips:

  • Arrange your elements logically: Place your KPIs at the top, followed by the risk matrix, and then your bar/donut charts. Keep the slicers together on the side or top.
  • Hide the clutter: On the "View" tab, uncheck "Gridlines," "Formula Bar," and "Headings" to give your dashboard a clean, report-like feel.
  • Use consistent colors: Try to use a consistent color palette across your charts to make the dashboard look professional and cohesive.
  • Lock it down: Once you're done, consider protecting the worksheet to prevent accidental edits to your charts and formulas. Go to the "Review" tab and select "Protect Sheet."

Final Thoughts

You’ve seen how organizing your data in an Excel Table, using PivotTables for summarization, and adding Slicers for interactivity can transform a simple spreadsheet into a powerful risk management dashboard. This dynamic tool moves you beyond static tracking to active, insightful risk monitoring, empowering faster and better-informed decision-making.

Of course, the process of manually building and refreshing even the best Excel dashboards can become cumbersome, especially when you need to pull data from different sources. That's why we built Graphed . We wanted to eliminate the manual work so you could get straight to the insights. By connecting your tools and using simple, natural language, you can create real-time, interactive dashboards in seconds - no formulas, PivotTables, or slicer connections required. It gives your entire team the power to ask questions and get immediate answers without knowing the nitty-gritty of Excel.

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!