What is a dashboard report in excel

An Excel Dashboard can be an amazing tool when it comes to tracking KPIs, comparing data points, and getting data-backed views that can help management make decisions.

In this tutorial, you will learn how to create an Excel dashboard, best practices to follow while creating one, features and tools you can use in Excel, things to avoid at all costs, and recommended training material.

Excel Dashboard Examples and Templates

What is an Excel Dashboard and how does it differ from a report?

Let’s first understand what is an Excel dashboard.

An Excel dashboard is one-pager (mostly, but not always necessary) that helps managers and business leaders in tracking key KPIs or metrics and take a decision based on it. It contains charts/tables/views that are backed by data.

A dashboard is often called a report, however, not all reports are dashboards.

Here is the difference:

  • A report would only collect and show data in a single place. For example, if a manager wants to know how the sales have grown over the last period and which region were the most profitable, a report would not be able to answer it. It would simply report all the relevant sales data. These reports are then used to create dashboards (in Excel or PowerPoint) that will aid in decision making.
  • A dashboard, on the other hand, would instantly answer important questions such which regions are performing better and which products should the management focus on. These dashboards could be static or interactive (where the user can make selections and change views and the data would dynamically update).

Now that we have an understanding of what a dashboard is, let’s dive in and learn how to create a dashboard in Excel.

How to Create an Excel Dashboard?

Creating an Excel Dashboard is a multi-step process and there are some key things you need to keep in mind when creating it.

Even before you launch Excel, you need to be clear about the objectives of the dashboard.

For example, if you’re creating a KPI dashboard to track financial KPIs of a company, your objective would be to show the comparison of the current period with the past period(s).

Similarly, if you’re creating a dashboard for Human Resources department to track the employee training, then the objective would be to show how many employees have been trained and how many needs to be trained to reach the target.

Things to Do Before You Even Start Creating an Excel Dashboard

A lot of people start working on the dashboard as soon as they get their hands on the data.

And in most cases, they bring upon them the misery of reworking on the dashboard as the client/stakeholder objectives are not met.

Below are some of the questions you must have answered before you start building an Excel Dashboard:

Q: What is the Purpose of the Dashboard?

The first thing to do as soon as you get the data (or even before getting the data), is to get clarity on what your stakeholder wants. Be clear on what purpose the dashboard needs to serve.

Is it to track KPIs just one time, or on a regular basis? Does it need to track the KPIs for the whole company or division-wise?. Asking the right questions would help you understand what data you need and how to design the dashboard.

Q: What are the data sources?

Always know where the data comes from and in what format. In one of my projects, the data was provided as PDF files in the Spanish language. This completely changed the scope and most of our time was sucked up in manually culling the data. Here are the questions you should ask: Who owns the data? In what format will you get the data? How frequently does the data update?

Q: Who will use this Excel Dashboard?

A manager would probably only be interested in the insights your dashboard provides, however, some data analysts in his team may need a more detailed view. Based on who uses your dashboard, you need to structure the data and the final output.

Q: How frequently does the Excel Dashboard need to be updated?

If your dashboards are to be updated weekly or monthly, you are better off creating a plug-and-play model (where you simply copy-paste the data and it would automatically update). If it’s a one-time exercise only, you can leave out some automation and do that manually.

Q: What version of Office does the client/stakeholder uses?

It’s better to not assume that the client/stakeholder has the latest version of MS Office. I once created a dashboard only to know that my stakeholder was using Excel 2003. This led to some rework as the IFERROR function doesn’t work in Excel 2003 version (which I had used extensively when creating the dashboard).

Getting the Data in Excel

Once you have a good idea of what you need to create, the next steps are to get your hands on the data and getting it in Excel.

Your life is easy when your client gives you Data in Excel, however, if that is not the case, you need to figure out an efficient way to get it in Excel.

If you’re supplied with CSV files or Text files, you can easily convert these in Excel. If you have access to a database that stores the data, you can create a connection and update it indirectly.

Once you have the data, you need to clean it and standardize it.

For example, you may need to get rid of leading, trailing, or double spaces, find and remove duplicates, remove blanks and errors, and so on.

In some cases, you may even need to restructure data (for example say you need to create a Pivot table).

These steps would depend on the project and how your data looks in Excel.

Outlining the Structure of the Dashboard

Once you have the data in Excel, you will know exactly what you can and can not use in your Excel dashboard.

At this stage, it’s a good idea to circle back with your stakeholders with an outline of the Excel dashboard.

As a best practice, I create a simple outline in PowerPoint along with additional notes. The purpose of this step is to make sure your stakeholder understands what kind of dashboard he/she can expect with the available data.

It also helps as the stakeholder may suggest changes that would add more value to him.

Here is an example of a sample outline I created for one of the KPI dashboards:

creating-an-excel-dashboard-outline-example

Once you have the outline worked out, it’s time to start creating the Excel dashboard.

As a best practice, divide your Excel workbook into three parts (these are the worksheets that I create with the same name):

  • Data – This could be one or more than one worksheet that contain the raw data.
  • Calculations – This is where you do all the calculations. Again, you may have one or more than one sheet for calculations.
  • Dashboard – This is the sheet that has the dashboard. In most of the cases, it is a single page view that shows analysis/insights backed by data.

Creating an Excel Dashboard - 3 Tabs

Excel Table – The Secret Sauce of an Efficient Excel Dashboard

The first thing I do with the raw data is to convert it into an Excel Table.

Excel Table offers many advantages that are crucial while creating an Excel dashboard.

To convert tabular data into an Excel table, select the data and go to the Insert tab and click on the Table icon.

creating-an-excel-dashboard-excel-table

Here are the benefits of using an Excel Table for your dashboard:

  • When you convert a tabular data set into an Excel table, you don’t need to worry about data getting changed at a later stage. Even if you get additional data, you can simply add it to the table without worrying about the formulas getting screwed up. This is really helpful when I create plug-and-play dashboards.
  • With an Excel Table, you can use the names of the columns instead of the reference. For example, instead is C2:C1000, you can use ‘Sales’.

Important Excel Functions for Dashboards

You can create a lot of good interactive Excel dashboards by just using Excel formulas.

When you make a selection from a drop-down list, or use a scroll bar or select a checkbox, there are formulas that update based on the results and give you the updated data/view in the dashboard.

Here are my top five Excel functions for Excel Dashboards:

  • SUMPRODUCT Function: It’s my favorite function while creating an interactive Excel dashboard. It allows me to do complex calculations when there are many variables. For example, suppose I have a sales dashboard and I want to know what were the sales done by the rep Bob in the third quarter in the East region. I can simply create a SUMPRODUCT formula for this.
  • INDEX/MATCH Function: I am a big proponent of using the combination of INDEX and MATCH formula for looking up data in Excel Dashboards. You can also use the VLOOKUP function, but I find INDEX/MATCH to be a better choice.
  • IFERROR Function: When doing calculations on the raw data, you’ll often end up with errors. I use IFERROR extensively to hide errors in the dashboard (and many times in the raw data as well).
  • TEXT Function: If you want to create dynamic headlines or titles, you need to use the TEXT function for it.
  • ROWS/COLUMNS Function: I use these often when I have to copy a formula and one of the arguments needs to increment as we go down/right of the cell.

Things to keep in mind when working with formulas in an Excel Dashboard:

  • Avoid using volatile formulas (such as OFFSET, NOW, TODAY, and so on..). These will slow down your workbook.
  • Remove unnecessary formulas. If you have some additional formulas in the calculation sheet, remove these while finalizing the dashboard.
  • Use helper columns as it may help you avoid long array formulas.

Interactive Tools to Make Your Excel Dashboard Awesome

There are many interactive tools that you can use to make your Excel dashboard dynamic and user-friendly.

Here are some of these I use regularly:

  • Scroll Bars: Use scroll bars to save your workbook real estate. For example, if you have 100 rows of data, you can use a scrollbar with only 10 rows in the dashboard. A user can use the scroll bar if he/she wished to have a look at the entire data set.
  • Check Boxes: CheckBoxes allow you to make selections and update the dashboard. For example, suppose I have a training dashboard and I am the company’s CEO, I would want to look at the overall company dashboard. But if I am the sales head, I would only want to look at the performance of my department. In such a case, you can create a dashboard with checkboxes for different divisions of the company.
  • Drop Down List: A drop-down list allows a user to make an exclusive selection. You can use these drop-down selections to update the dashboard. For example, if you are showing data by department, you can have the department names in the drop-down.

Using Excel Charts to Visualize Data in an Excel Dashboard

Charts not only make your Excel dashboard visually appealing but also make it easy to consume and interpret.

Here are some tips while using charts in an Excel Dashboard:

  • Select the right Chart: Excel gives you a lot of charting options and you need to use the right chart. For example, if you have to show a trend, you need to use a line chart, but if you want to highlight the actual values, a bar/column chart could be the right choice. While a lot of experts advise against using a pie chart, I would suggest you use your discretion. If your audience is used to seeing pie charts, you may as well use these.
  • Use combination charts: I highly recommend using combination charts as these allow the user to compare values and draw meaning insights. For example, you can show the sales figure as a column chart and growth as a line chart.

  • Use dynamic charts: If you want to allow the user to make selections and want the chart to update with it, use dynamic charts. Now a dynamic chart is nothing but a regular chart whose data updates in the back-end when you make selections.

creating-an-excel-dashboard-dynamic-chart

  • Use Sparklines to make your data more meaningful: If you have a lot of data in your dashboard/report, you can consider using Sparklines to make it visual. A sparkline is a tiny chart that resides in a cell and can be created using a data set. These are useful when you want to show a trend over time and at the same time save space on your dashboard. You can learn more about Excel Sparklines here.
  • Use contrasting colors to highlight data: This is a generic charting tip where you should highlight data in a chart so it’s easy to understand. For example, if you have sales data, you can highlight the year with a lowest sales value in red.

creating-an-excel-dashboard-contrasting-colors

You can browse through some of my charting tutorials here.

Also, if you want to get more advanced in Excel charting, I recommend you visit the blog by Excel charting expert Jon Peltier.

Excel Dashboards Do’s and Don’ts

Let’s first start with the Dont’s!

Here are some of the things I recommend you avoid while creating an Excel dashboard. Again these would vary based on your project and stakeholder but are valid in most of the cases.

  • Don’t Clutter Your Dashboards: Just because you have data and charts doesn’t mean it should go in your dashboard. Remember the objective of the dashboard is to help identify a problem or aid in taking decisions. So keep it relevant and remove everything that doesn’t belong there. I often ask myself if something is just good to have to absolutely must-have. Then I go ahead and remove all the good-to-haves.
  • Don’t use volatile formulas: As it will slow down the calculations.
  • Don’t keep extra data in your workbook: If you need that data, create a copy of the dashboard and keep it as the backup.

Now let’s have a look at some Do’s (or best practices)

  • Numbering your Charts/Section: Your dashboard is not just a random set of charts and data points. Instead, it’s a story where one thing leads to the other. You need to make sure your audience follows the steps in the right order, and therefore it’s best to number these. While you may be able to guide them when you’re presenting live, it’s a great help when someone uses your dashboard at a later stage or takes a print out of it.
  • Restrict Movement in the dashboard area: Hide all rows/columns to make sure the user doesn’t accidentally scroll away.
  • Freeze Important rows/column: Use freeze panes when you want some rows/columns to be always visible on the dashboard.
  • Make Shapes/Charts Stick: Make sure your shapes/charts or interactive controls don’t hide or resize when someone hides/resizes the cells. You can also use the Excel Camera tool to take a snapshot of charts/tables and place it in the Excel dashboard (these images are dynamic and update when the back-end chart/table updates).
  • Provide a User Guide: If you have a complex dashboard, it’s a good idea to create a separate worksheet and highlight the steps. It will help people use your dashboard even when you’re not there.
  • Save Space with Combination Charts: Use combination charts (such as bullet charts, thermometer charts, and actual vs target charts) to save your worksheet space.
  • Use Symbols & Conditional Formatting: Use symbols (such as up/down arrows or check-mark/cross-mark) and conditional formatting to add a layer of analysis to your dashboard (but don’t overdo it either).

Want to create professional dashboards in Excel? Check out the Online Excel Dashboard course where I show you everything about creating a world-class Excel Dashboard.

Dashboard Examples

Here are some cool Excel dashboard examples that you can download and play with.

Excel KPI Dashboard

KPI Dashboard in Excel

You can use this dashboard to track KPIs of various companies and then use bullet charts to deep dive into the individual company’s performance.

Click here to download this KPI Dashboard.

If you’re interested in learning how to create this KPI dashboard – click here.

Call Center Performance Dashboard

Call Center Performance Dashboard in Excel

You can use this dashboard to track key KPIs of a call center. From this dashboard, you can learn how to create combination charts, how to highlight specific data points in charts, how to sort using radio buttons, etc.

Click here to download the dashboard.

You can read more about this dashboard here.

EPL Season visualized in an Excel Dashboard

EPL Dashboard in Excel

In this dashboard, you will learn how to use VBA in Excel dashboards. In this dashboard, the details of the games update when you double click on the cells on the left. It also uses VBA to show a help menu to guide the user in using this dashboard.

Click here to download the EPL dashboard.

You can read more about this dashboard here.

Recommended Dashboard Training

If want to learn how to create world-class professional dashboards in Excel, check out my FREE Online Excel Dashboard Course.

Other articles you may also like:

  • 20 Advanced Excel Functions and Formulas (for Excel Pros)

Excel dashboard is a useful decision-making tool that contains graphs, charts, tables, and other visually enhanced features using KPIs. In addition, dashboards provide interactive form controls, dynamic charts, and widgets to summarize data and show key performance indicators in real-time.

Today’s tutorial is an in-depth guide: we are happy if you read on. But if you are in a hurry, download our templates. You will learn how to create a dashboard in Excel from the ground up. In addition, you’ll get Excel Dashboard tools and a complete dashboard framework.

Above all, it’s time to learn how to build a dynamic, interactive Excel Dashboard step by step.

Table of contents:

  1. What is an Excel dashboard? Differences from Reports
    • Before building an Excel Dashboard: Questions and Guidelines
  2. How to create an Excel Dashboard
    • Create a layout for your dashboard
    • Get your Data into Excel
    • Clean raw data
    • Use an Excel Table and filter the data
    • Analyze, Organize, Validate and Audit your Data
    • Choose the right chart type for your Excel dashboard
    • Select Data and build your chart
    • Create a Dashboard Scorecard
  3. Best practices for creating visually effective Excel Dashboards
  4. Excel Dashboards Do’s and Don’ts
  5. Excel Dashboard Examples

What is an Excel Dashboard? Differences from Reports

It is time to clear up the differences between dashboards and reports.

  • The report can be a more pages layout of the task that makes it necessary. In summary, the report comprised background data. Above all, a report is a text or table-based tool. It supports the work of employees within an organization or a company. It seldom contains visual parts. Usually, you share them by regular scheduling (daily, weekly, or monthly).
  • Dashboards are the opposite of reports. Its main goal is to display the key performance indicators on one page crucial for making important decisions. It does not show details by default, but you use the drill-down method sometimes. All dashboards should answer a question.

The ideal case is when you have a dashboard showing only the essentials. Reports are yours if you want to get into the details and look behind the scenes. We can decide now on an Excel dashboard while the report supplies the background information.

The biggest mistake you can make is to use reports and dashboards as synonyms of each other! No, they are not at all alike.

Which one should I choose? If you want to know where the data comes from, you can find out from the reports. The correctly chosen KPI is easily decidable whether things are on the right course.

We recommend creating and publishing them in pairs if you want to utilize both. Then, whoever wants to see the essence looks at the dashboard, and if one wants to know the source of the data, they can read through the longer reports.


Here is our solution to create advanced charts and widgets. Learn more about the add-in.

dashboard example

Before building an Excel Dashboard: Questions and Guidelines

Before you take a deep dive, wait a moment! Spend time on the planning and researching phase.

Let’s see a few questions to ask yourself before you start building your dashboard.

before create your excel dashboard

What is the purpose of using an Excel dashboard?

A dashboard summarizes business events in an easy-to-understand format, and visuals provide real-time results. In addition, it helps us to aggregate and extract the collected values using KPIs. So you will see what you are doing right and where you need to improve.

What are the types of dashboards?

The operational dashboard shows you what is happening now. Strategic dashboards track KPIs. With the help of analytical dashboards, we can quickly identify trends.

How many KPIs does an Excel dashboard have?

Focus on business goals and use less than 10 KPIs. Show KPIs only that represent values. It’s not the place for less useful metrics; get rid of them.

What is the dashboard used for?

A co-worker, a manager, or a stakeholder has different information needs. The result must be helpful for all levels. Let us think this through carefully.


Before creating a dashboard in Excel, keep in mind your main objective.

This tutorial will help you create an Excel dashboard to track HR activities. Your goal is to show the monthly data on your main charts. Then, build a scorecard to compare the selected and past months.

The core of every Excel dashboard is a one-page layout. Why? Keep it in mind: a CEO doesn’t always interested in the details.

#1. Create a layout for your Excel Dashboard

Create a proper draft! You can use paper and pencil, but we prefer Microsoft Excel to create mockups. We have used simple, grouped shapes.

Tip: Let us review the effect of the Excel Dashboard UI mockup. In the figure below, we are showing a layout. First, select the type of grid dashboard layout that you will use. Then pick a color scheme and font type and assign it to the report. Finally, make a wireframe that contains the following style, color codes, and font types. You can prevent most issues using structured data and data tables. Read more about palettes and color combinations.

excel dashboard layout

How can you create a logical workbook structure? What is this mean? Open an Excel workbook and create three sheets.

The parts of the workbook structure: Mostly, you use three worksheets for an Excel dashboard.

  • Data: you can store the raw data tables here
  • Dashboard Tab: the main dashboard Worksheet
  • Calculation: make the calculations on this Worksheet

Your wireframe and structure are ready. Let’s start creating a dashboard in Excel!

#2. Get your data into Excel

To create an Excel Dashboard, you need to choose data sources. If the data is present in Excel, you are lucky and can jump to the next step. If not, you have to use external data sources.

Get your data into Excel

Go to the Data tab and pick one of the import options. It’s easy to import data into an Excel workbook. In the example, you are using a CSV file to create the initial dataset for our dashboard.

#3. Clean Raw Data

Our raw data is in Excel. Now you can start the data cleansing process. There are many tricks to clean and consolidate data.

  • Sort data to see extremes and peaks
  • Remove duplicates to avoid errors
  • Change the text to lower, upper or proper case
  • Remove leading and trailing spaces

How do we remove leading and trailing spaces from raw data? First, go to the Formula bar and apply the TRIM function. Now copy the formula down. Finally, use data cleansing add-ins to avoid issues and clean your data faster and easier.

Tip: Apply simple sorting in Excel to find errors! Using sorted data, you’ll find the peaks in a range (highest and lowest). Right-click on the first cell and select the ‘Sort Largest to Smallest’ option from the context menu.

#4. Use an Excel Table and Filter Data

You don’t have cleaned input in this phase, but you already have data on a worksheet. What will be the next step?

First, you must check if the required information is in a tabular format. The tabular format means that every data point lives in one cell, for example, the city’s name, address, or phone number. If it is in a tabular format, you should convert it into an Excel table and select the data range.

Choose a table or use the insert table shortcut, Ctrl + T, on the Insert Tab.

Use an Excel Table and Filter Data

In this case, we don’t have headers. Excel will automatically insert headers into the first row. If you need more data, you can only expand the table and not lose the formulas.

#5. Analyze, Organize, Validate and Audit your Data

You took you through the method that converts raw data into a structure capable of creating a dashboard.

Ask yourself:

  • Do you have to display all the data at once?
  • Is it necessary to remove some data?

You can use Excel formulas and various methods to help us move forward. However, it would help if you had creativity rather than knowing all the formulas to make a useful dashboard.

So you’ll use these functions and tools to build the Excel Dashboard in Excel: XLOOKUP, IF, SUMIF, COUNTIF, ROW, NAME MANAGER.

Excel grants great auditing tools to help you find and fix Workbook or Worksheet issues.

Use Microsoft Excel Inquiry to visualize which cells in your Worksheet contribute to a formula error. This step should cut down the time spent on the usual validation procedures.

Analyze, Organize, Validate and Audit your data

So, before we start creating a chart, you have to validate the data.

If you want to analyze your data quickly, use the Quick Analysis Tool.

#6. Choose the right chart type for your Excel dashboard

Now you have an organized, cleaned, and error-free data set, it’s time to choose the proper chart.

Data is useless without the ability to visualize it. Strike a balance between great looking Excel Dashboard and its function. First, you can choose what graphs are best for different goals.

  • Compare Values: Their characteristic is that they merely show high or low values. Recommended types for charting are a Column, Mekko, Bar, Line, Panel Chart, and Bullet chart. Don’t forget to check how the radial bar chart work.
  • Composition: How can you display different sales results in different regions? Pie, Stacked Bar, Mekko, Stacked Column, Area, and Waterfall are the most fitting charts. We prefer geographical maps also.
  • Analyzing Trends: To analyze the result of a data set in a given period, use the following charts: Line, Dual-Axis Line, and Column charts. Check this example if you want to create a quick forecast in Excel.
  • Show the differences between budget and actual values: use variance charts.
  • Performance measurement: Use gauge charts to see how far you are from reaching a goal. It displays a single value.
  • Sparklines are tiny graphs in a worksheet cell visually representing your data set. Use sparklines to show trends in a series of values. Another helpful thing: you can highlight maximum and minimum values easily. So, the most significant impact of sparklines: you can position the chart near its data source.
  • Dynamic charts are essential if we want to create interactive charts to refresh the chart based on the user’s choice.

Your goal is to show the % of job seekers who accepted a job offer each month on a chart. In this tutorial, you’ll use custom combination charts using doughnut charts – progress circle charts – for displaying key performance indicators.

Tip: Just a few words about the pie charts. Pie charts are the most overused graphs in Excel. It’s one of the worst ways to present data. In other words, if you want to create a better dashboard, get rid of the pie charts!

#7. Select the data and build your chart

We have cleaned and grouped data in this phase and just picked the chart or graph for the data. It’s time to select the data! As you learned, the combo chart requires two doughnut charts and a simple formula.

Select the ‘Calculation‘ tab (which contains filtered data and calculated fields). Highlight the range of what you want to display. In the example, you use two values to show the Acceptance Ratio.

The actual value comes from the Data tab. After that, then calculate the reminder value using this simple formula. In this case, 75%. Next, select the ‘Calculation’ tab. Cell E23 will show the actual value. The second cell, E24, contains a simple formula and displays the remainder value as 100%.

create combination chart for your excel dashboard

Make sure that the value in the source cell is in percentage format! Okay, now we select the ‘Actual Value’ and ‘Reminder Value’ data. Next, open the ‘Insert Chart’ dialog to create a custom combo chart to preview and choose different chart types. Furthermore, you can move the data series to the secondary axis.

Select the inserted chart and press Control + C to duplicate the chart.

#8. Improve your charts

Now you have a chart that’s fit your data. It looks great, but you can improve your Excel dashboard to the next level! First, clean up the chart to remove the background, title, and borders from the chart area. Next, select the reminder value section of the outer ring.

create dashboard progress circle chart

Right-click, then choose Format Data Point. Use the ‘No fill’ option. Let’s see the inner ring, select the actual value section, and apply the ‘No fill’ option. Adjust the doughnut hole size if you want. Insert a Text Box and remove the background and border.

Link the actual value to the text box.

To do that, select Text Box. Next, go to the formula bar and press “=.” Next, select the actual value and click enter. Once the Text Box is linked with the actual value, format the text box.

link actual data to the chart

Repeat the process for the other data! For example, a typical Excel dashboard contains various charts to display data. Next, repeat the chart insertion and data validation steps for other essential metrics, like the quit rate.

Keep your source data in the Data tab and do not remove or hide it. If further calculations are necessary, use the Calculation Worksheet. If you want to replace the source data, use the Calculation sheet, not the Data Worksheet.

Tip: If you are uncertain about which charts are good for you, don’t hesitate to choose ‘Recommended Charts.‘ In this case, you will get a custom set that Excel thinks will fit best with your data.

#9. Create a Dashboard Scorecard

Your Excel dashboard is almost ready. You need only a few components to create a scorecard:

  • Label,
  • Actual value,
  • Annual trendline,
  • Variance (between the selected and the last month)

create a dashboard scorecard

Because you need a little bit more space, merge the cells. Select the cells to place the components and click on the ‘merge cells’ button. Now, link the label name from the ‘Data’ sheet. If you change the name of the value on the ‘Data’ sheet, the widget label will reflect it. Now link the data from the ‘Data’ sheet to a ‘Dashboard’ sheet.

Go to the formula tab, enter an equal sign, and select the ‘Data’ sheet value. Next, use yearly Data on the ‘Data’ sheet and insert a line chart to create a trendline. To highlight the variance, use a little trick. Go to the ‘Calculation’ sheet and create a helper table.

Create three new conditional formatting rules.

conditional formatting rules

Select the cell which contains variance and copy it. Then, navigate to the ‘Dashboard’ sheet and apply the ‘Paste Special’ option. Next, choose the ‘Paste as linked Picture’ option. Working with linked pictures is easy.

Check the steps in the picture below:

how to use linked pictures

We want to add dynamic text to the main sheet to indicate the changes in key metrics. You link a text to the object inserted into the main Excel dashboard. Then, if you change the value on the source sheet, the target cell will show the refreshed value. What a nice feature! You can apply this trick to textboxes or charts, like sparklines.

Best practices for creating visually effective Excel Dashboards

  • A drop-down list is a space-saving solution of great value when you create one-page dashboards. You can use data validation to control the type of data or the values that users type into a cell. To build the list of options is to type them on a worksheet. You can do this method on the sheet with the drop-down menus or a different worksheet.
  • Conditional formatting is the right choice to highlight cells based on any condition or rule. But, of course, you can use other methods besides colors. For example, you can achieve splendid results using icons, bars, shapes, color scales, indicators, and ratings.
  • Named ranges: You can call selected cells with any given name. First, highlight a range that contains data. Then, in the name box, write the chosen name: ‘sales.’ From this point, you can save time working with cells or ranges.
  • Use a scroll bar to save space on your Excel dashboard.
  • Data Validation: Restrict what users can write in a single cell. Just imagine that ten users in 10 Excel workbooks write phone numbers. If you do not restrict the format of the phone numbers with the help of data validation when summing up the spreadsheets, there might be mistakes.
  • Data Entry using userform and VBA: A manual data input data always carry errors. Instead, use the userform and write a short macro for it. You can create a user-friendly form that is easy to customize. Active report parts like form controls or pivot table slicers suggest playing with the chart.
  • Excel Pivot Tables are the most potent weapon in Excel when working with large data sets. It is easy to use with only a few clicks; we can summarize data and drill it into any chosen structure down.

Improve your Excel Dashboard

Here are two great tips for dashboard designers: To create interactive screen tips, visit our guide! Then, by clicking on the toggle button, you can show or hide the text.

excel dashboard design

Discover how to create a ribbon navigation menu for your Excel dashboard:

A simple interactive settings menu lets you interact with your Worksheets using buttons or icons.

ribbon navigation menu

Frequently Asked Questions about Dashboards

  • May I use a multi-page Excel dashboard? Yes, in this case, you should create easy navigation. Insert shape-based buttons and links to keep the structure.
  • What kind of data connections shall you use? In the planning phase, you must know what tool you’ll use to import data into the dashboard. If you work in Excel, the solution is the Power Query and Power Bl. These tools are great for handling millions of rows in a blink of an eye. However, you can use the ODBC link or SQL DB.
  • Are there compatibility issues within the company? IT pros must ensure that everyone uses the same version of Excel. If you build this into the planning phase, you can avoid problems later.
  • In what format do you publish the dashboard? Do you send flat Excel tables to the users, or maybe you put the result on SharePoint? Perhaps you need to embed some charts into a PowerPoint slide? You have to review access issues also. Accessibility levels are different for a manager and the owner.
  • How often does your Excel dashboard need to be updated? Should you make decisions based on real-time information? Is it enough in the regular daily, weekly, monthly, quarterly, or yearly breakdown? Outline a dashboard structure!

Excel Dashboards Do’s and Don’ts

First, take a look at some of the best practices! Then, there are several ways to boost your Excel dashboard.

You need to know the user’s requirements. Under these conditions, these conditions will only be the dashboard useful.

Excel Dashboards Dos and Donts

  • How are things going?
  • How will you explain to your boss the causes of increased profit?

A well-structured dashboard will give answers to these questions and much more! In addition, it can decrease the timeframe and the costs of development.

  1. Once you’ve defined the purpose, it’s important to identify which metrics to include. Focus on the metrics which directly align with key business goals and consider the level of detail most appropriate for your audience. This is critical; you may not get it right the first time, so keep it in mind as you build your dashboard.
  2. Start with users, not the data; try to understand end-users goals. If you can realize this, you will create a most useful dashboard. What is this all mean in practice? Try to understand the user’s scope. Build an Excel dashboard that is not in constant need of updates. So you can cut development costs.
  3. Don’t flood the user with unwanted information. Instead, you should seek that the dashboard is useful for them. Then, create custom views, filter data, and display the relevant information.
  4. Provide an overview and allow users to check the details. A well-planned dashboard should be like a quality newspaper. The front page provides a clear overview of the key information and leading news. However, if one wants to look at the data in detail must know where to navigate.
  5. Use visualization and create a clean dashboard. Charting prospects are endless. That’s where data visualization comes into play.
  6. Improve Dashboard UI and UX: Build a menu and control your Excel dashboard from the ribbon. Add tooltips to improve user experience.
  7. Use grids and consistent color schemes.

To-do list if you are using large data tables:

  • Freeze Top Row: Keep the first row of the table visible while you scroll down! Use the Freeze Panes feature to keep the information on top — like table headers with column names.
  • Enable Horizontal Scroll: Use this function if you have large data sets and have the main data in the first column. Go to the View Tab and choose the ‘Freeze first column.’
  • Apply row styles: Frequently, we lose focus when browsing large tables. Use table-style formatting to keep our eyes on the main content.
  • Use the GROUP and UNGROUP functions to drill down into details.

Common Pitfalls with Excel Dashboards

Now let’s see the most common mistakes.

  1. Using too many colors: I don’t tell you often enough about the importance of colors. Do you know the game “Where is Waldo?” It’s an excellent game for kids! But please don’t follow this method to create a stunning dashboard. Try to minimize the number of applied colors and use flat color schemes. Keep the visual content as simple as possible.
  2. You are cluttering the screen with a useless design: Hey, what do you want to see? A clean dashboard or a traffic jam? Get rid of borders and frames!
  3. You are using pie charts. Remember that nothing stands out when all charts are in the spotlight. All of the data displayed on a dashboard is important, but not all data are equally important.

Excel Dashboard Templates

You can create various types of dashboards for all purposes. So save your time and use these Excel dashboard examples.

Above all, let’s take a look at the most used dashboard types in Excel:

Human Resource Excel Dashboard

Measure the company’s activities using an HR Dashboard: set metrics that show whether given goals have been met, like turnover, recruiting, and retention. You can check all activities using a one-page dashboard.

human resource excel dashboard

Read more and download the practice file.

Using a social dashboard, get a quick overview of your social media channel’s performance. You can include metrics like unique views, Engagement, Watch Time, and Subscribers. It’s easy to control your strategy using real-time analytics.

social media excel dashboard 2022

You need only a few steps to use this dashboard. First, pull your data to the Data Worksheet and select or insert your key metrics. After that, change the formatting rules on the Calc Worksheet if you want. Finally, select the given month from a list. Learn more about it and download the practice file.

Financial Dashboard (Profit and Loss)

In financial modeling, keep your eyes on the most vital metrics! First, create a sketch. After that, pull the data from different data sources. Finally, build a great Excel dashboard to view data on a single Worksheet. It is easy to use and tells the data-driven story of a company based on the update of a drop-down list.

financial dashboard in excel

Read more

Traffic Light Dashboard

Please take a closer look at our free Excel Dashboard Widgets! We have an excellent toolkit for managing multiple projects on a single screen.

First, enable the Developer tab and install the add-in. After that, you’ll be able to create advanced dashboard elements in seconds!

excel traffic light dashboard template

Learn more about traffic lights!

Sales tracking dashboard

Turn activities into actionable and easily editable reports to refine your sales process. For example, the sales tracking dashboard reviews sales activities to spot trends during an exact time frame. In addition, you can compare actual versus targeted results.

sales funnel dashboard for excel 2021

Are you tired of boring graphs in Excel? Learn the basics about the sales funnel and download the free spreadsheet!

Product Metrics Dashboard

Track sales revenue with a product metrics dashboard. This spreadsheet offers a clean layout for viewing metrics on multiple products. Show the key metrics, like Net sales and Profit Breakdown by Country, or use them for creating reports for shareholders.

product-metrics-dashboard

Download the practice file.

Customer Service Dashboard

This Excel dashboard will cover the main business questions we expect to find in the call center activity. First, measure the agent’s efficiency against our KPIs! Moreover, you will track the following metrics: calls, trends, call duration, and resolved calls. Last but not least, you’ll get feedback about customer satisfaction. You can read more about call center measurements here.

customer service dashboard template

Read more

Business intelligence dashboard: BI dashboards help track core performance metrics in real-time. You can use PowerBI and Microsoft Excel for this purpose!

Web Analytics Dashboard

The web analytics dashboard tracks your site performance in real-time. First, define your key metrics like unique visitors, visits, page views, bounce rate, or average time on site. Then, compare the traffic by sources and track the referring sites, direct traffic, and other sources. Finally, discover the trend using sparklines! This Excel dashboard shows a summary based on 120 days.

web analytics dashboard

Download the example.

Wrapping things up:

Everyone wants Excel Dashboard! The truth is that creating a dashboard in Excel is more than these ten steps. If you feel comfortable with the basics of Microsoft Excel Dashboards, then have a go at it.

In conclusion:

  1. Use clearly defined goals.
  2. Learn all about Excel formulas.
  3. Build custom charts and be a power user.

This guide gives you a lot of stuff you can do on your dashboards. Go step by step, and success will follow. We hope that you enjoyed our article! Good luck, and stay tuned.

Each interactive Excel dashboard is compatible with Excel 2010, Excel 2013, Excel 2016 to Microsoft 365.

Additional resources and downloads:

  • Free Project Management Templates
  • Key Performance Indicators
  • Knowledge base on Wikipedia

What is a Dashboard in Excel?

The dashboard in excel is an enhanced visualization tool that provides an overview of the crucial metrics and data points of a business. By converting raw data into meaningful information, a dashboard eases the process of decision-making and data analysis.

For example, a department dashboard consists of the following information:

  • Financial coverage includes revenues, expenses, profits, operating expenses, and so on.
  • Non-financial coverage includes staff turnover, recruitment procedure, quality of new hires, training mechanisms, and so on.

The key metrics incorporated in an excel dashboard can relate to finance, marketing, operations, human resources, banking, and other areas of an organization. With a dashboard catering to such varied fields, the end-users also vary accordingly.

The excel dashboards assist the organization in setting new goals and revising the existing ones based on past performance and the current market trends. Since the negative trends can be identified, quick corrective measures can be implemented.

In addition, the efficiency of employees, teams, and departments can also be assessed with dashboards.

The data source for creating an Excel dashboard can be a spreadsheet, text file, business report, web page, and so on. A dashboard can be static or dynamic depending on the requirement.

Table of contents
  • What is a Dashboard in Excel?
    • Types of DashBoards in Excel
    • How to Create a Dashboard in Excel?
      • Example #1–Comparative Dashboard
      • Example #2–Performance Analyzer Excel Dashboard
    • The Tools Used to Create an Excel Dashboard
    • Purpose of Creating a Dashboard
    • The Considerations While Creating a Dashboard
    • The Cautions While Creating an Excel Dashboard
    • Frequently Asked Questions
    • Recommended Articles

Types of DashBoards in Excel

The excel dashboards are categorized as follows:

  1. Strategic Dashboards in Excel–They track the relevant KPIs and forecast performance. They also help in attaining the targeted growth numbers. For instance, a strategic dashboard displays the monthly, quarterly, and annual sales figures of an organization.
  2. Analytical Dashboards–They help in identifying the current and future market trends. Based on these projections, it becomes easier to make decisions.
  3. Operational Dashboards–They monitor the operations, activities, and events taking place within an organization.
  4. Informational Dashboards–They are based on facts, figures, and statistics. For instance, an informational dashboard displays an overview of a player’s profile and performance, the details of a flight’s arrival and departure etc.

How to Create a Dashboard in Excel?

Let us go through a few examples to understand the creation of a dashboard in Excel.

You can download this Dashboard Excel Template here – Dashboard Excel Template

Example #1–Comparative Dashboard

The following tables show the monthly and quarterly sales (in $) of two pharmaceutical companies–“Ajantha” and “Mankind.”

We want to compare the performance of the two companies with the help of a comparative excel dashboard. The purpose is to examine the progress made by both the companies on the revenue front.

Dashboards Example 1

The steps to create a dashboard in excel are listed as follows:

  1. In column A, enter the sales of “Mankind”, followed by the corresponding month in column B and the sales of “Ajantha” in column C.

    Dashboards Example 1-1

  2. Select the whole data and create colored data bars. For this, increase the row height from 15 to 25, as shown in the following image.

    To open the “row height” box, press the excel shortcut key “Alt+HOH” one by one.

    Dashboards Example 1-2

  3. Select the sales data range of “Mankind”. In the Home tab, click the conditional formatting drop-down. Select “data bars” and click “more rules”.

    Dashboards Example 1-3

  4. The “new formatting rule” window appears. In “edit the rule description”, select the “type” as “number” under both “minimum” and “maximum”.

    In “value”, enter 0 and 9000 under “minimum” and “maximum” respectively.

    Dashboards Example 1-4

  5. In “bar appearance”, select the required color in the “color” option. In “bar direction”, select “right-to-left”, as shown in the following image.

    Dashboards Example 1-5

  6. Click “Ok”. In case you do not want numbers to appear with the colored data bars, select “how bar only” under “edit the rule description”.
    The colored data bars appear in each row of column A, as shown in the following image.

    Dashboards Example 1-6

  7. Likewise, create the same colored bars for the company “Ajantha”. In “bar direction”, select “left-to-right”.
    The colored bars appear in each row of column C, as shown in the following image.

    Dashboards Example 1-7

  8. Similarly, create colored bars for the quarterly sales data of the two companies as well. In “edit the rule description”, enter 25000 under “maximum”. Select a different color in the “color” option under “bar appearance”.
    The colored bars appear in each row of columns F and H, as shown in the following image.
    Hence, with the help of the colored bars, the user can glance through the monthly and quarterly sales figures of both the companies.

    Dashboards Example 1-8

    In addition to the colored bars, the following comparison indicators can also be used in a dashboard depending on user requirements.

    Dashboard indicators

Example #2–Performance Analyzer Excel Dashboard

The following table shows the region-wise sales revenueSales revenue refers to the income generated by any business entity by selling its goods or providing its services during the normal course of its operations. It is reported annually, quarterly or monthly as the case may be in the business entity’s income statement/profit & loss account.read more (in $) generated by the different sales representatives of an organization. It also displays the corresponding dates of making these sales.

We want to create an Excel dashboard with the help of a PivotChart and slicer. The purpose is to glance through a summary of the progress made by each salesperson.

Dashboards Example 2

The steps to create a performance analyzer dashboard in excel are listed as follows:

Step 1: Create a table object

a. Convert the existing data set into a table object. For this, perform the following actions in the mentioned sequence:

  • Click anywhere within the data set.
  • In the Insert tab, select “table.”

The same is shown in the following image.

Dashboards Example 2-1

b. The create table popup appears. It shows the table range and the checkbox for headers, as shown in the following image. Click “Ok.”

Dashboards Example 2-2

c. The table appears, as shown in the following image.

Dashboards Example 2-3

Step 2: Create a Pivot Table 

To summarize the progress made by each representative, we want to organize the sales data by region and quarter. For this, we need to create two PivotTables.

a. Create a region-wise PivotTable for the different sales representatives

Perform the following actions in the mentioned sequence:

  • Click anywhere within the table.
  • In the Insert tab, select “PivotTable.”
  • In the “create PivotTable” window, click “Ok.”

The PivotTable fields pane appears in another sheet.

Dashboards Example 2-4

Perform the following actions in the PivotTable fields pane:

  • Drag the “salesperson” tab to the “rows” section.
  • Drag the “region” tab to the “columns” section.
  • Drag the “sales” tab to the “values” section.

Dashboards Example 2-5

b. The region-wise PivotTable for the different sales representatives appears, as shown in the following image.

Dashboards Example 2-6

c. Create a date-wise PivotTable for the different sales representatives

Likewise, create the second PivotTable. Perform the following actions in the PivotTable fields pane:

  • Drag the “date” tab to the “rows” section.
  • Drag the “salesperson” tab to the “columns” section.
  • Drag the “sales” tab to the “values” section.

Dashboards Example 2-7

d. The date-wise PivotTable for the different sales representatives appears, as shown in the following image.

Dashboards Example 2-8

e. Group the dates on a quarterly basis. For this, right-click any cell in the column “row label” (column A) and select “group.”

This is done to view the revenue generated by every representative for all the quarters.

Dashboards Example 2-9

f. The “grouping” window appears with the start date and the end date. Under “by,” deselect “months” (default value) and select “quarters.” Click “Ok.”

Dashboards Example 2-10

g. The quarterly sales data for each representative appears, as shown in the following image.

Dashboards Example 2-11

Step 3: Create a PivotChart

The PivotChartIn Excel, a pivot chart is a built-in feature that allows you to summarize selected rows and columns of data in a spreadsheet. It is a visual representation of a pivot table that helps in the summarization and analysis of datasets, patterns, and trends.read more should be based on the PivotTables created in the preceding step (step 2).

a. Create a PivotChart for the first PivotTable (created in step 2a), which shows the sales data by region. Click inside this PivotTable. In the Analyze tab, click “PivotChart.”

Dashboards Example 2-12

b. The “insert chart” popup window appears, as shown in the following image. From the “bar” option, select “clustered bar chartA clustered bar chart represents data virtually in horizontal bars in series, similar to clustered column charts. These charts are easier to make. Still, they are visually complex.read more.”

Dashboards Example 2-13

c. The PivotChart showing the region-wise sales for the different representatives appears.

Dashboards Example 2-14

d. To hide the label “region” of the legend, right-click on it and select “hide legend field buttons on chart.”

To hide the labels “sum of sales” and “sales_person,” right-click on either of these and select “hide all field buttons on chart.”

Example 2-15

e. All the labels of the chart disappear, as shown in the following image.

Example 2-16

f. Likewise, create a PivotChart for the second PivotTable (created in step 2c), which shows the sales data by quarters. In the “insert chart” window, select a pie chart. Click “Ok.”

Example 2-17

g. The Making a pie chart in excel can help you with the pictorial representation of your data and simplifies the analysis process. There are multiple kinds of pie chart options available on excel to serve the varying user needs.read morehttps://www.wallstreetmojo.com/make-pie-chart-in-excel/Making a pie chart in excel can help you with the pictorial representation of your data and simplifies the analysis process. There are multiple kinds of pie chart options available on excel to serve the varying user needs.read more“]Excel Pie ChartMaking a pie chart in excel can help you with the pictorial representation of your data and simplifies the analysis process. There are multiple kinds of pie chart options available on excel to serve the varying user needs.read more[/wsm-tooltip] showing the quarterly sales data for the representative Blake appears, as shown in the following image. We have hidden the labels.

Example 2-18

Step 4: Add slicers

Slicers can be created for the different regions and the various sales representatives. This helps sort the sales by region. It also allows viewing the quarterly performance of the individual salesperson.

a. In the first PivotChart (created in step 3a), click “insert slicer” from the “filter” group of the Analyze tab.

Example 2-19

b. The “insert slicers” window appears, as shown in the following image. Select the option “region” and click “Ok.”

Example 2-20

c. The slicer appears, displaying the names of the five regions. Hence, the performance of every salesperson for a particular region can be analyzed.

Example 2-21

d. Similarly, add slicers to the second PivotChart (created in step 3f). In the “insert slicers” window, select the option “salesperson” and click “Ok.”

Example 2-22

e. The slicer appears, displaying the names of the different sales representatives. Hence, the performance of every salesperson for the four quarters can be examined.

Example 2-23

Step 5: Create a Dashboard

a. Create a new sheet with the name “sales_dashboard.” In this sheet, remove the gridlines by deselecting “gridlines” under the View tab. This enhances the appearance of the dashboard.

Example 2-24

b. Copy the PivotCharts (created in step 3) and the slicers (created in step 4) to the “sales_dashboard” sheet.

The user can glance through the region-wise sales data. Moreover, the quarterly progress made by every sales representative can also be analyzed.

Example 2-24

c. For viewing the sales figures on the data bar or the pie chart, right-click the same and select “add data labels.”

Dashboard Example 2-25

d. The sales figures appear on the pie chart, as shown in the following image. The chart shows the quarterly sales numbers of the representative Blake.

Dashboard Example 2-26

The Tools Used to Create an Excel Dashboard

The tools used in the creation of an Excel dashboard are listed as follows:

  • Visualization elementsThis includes tablesIn excel, tables are a range with data in rows and columns, and they expand when new data is inserted in the range in any new row or column in the table. To use a table, click on the table and select the data range.read more, charts, PivotTables, PivotCharts, slicersSlicers are a handy feature in excel to use multiple auto filters in a data table. However, it involves many clicks to use a filter on every column to find a date. A slicer makes it easier as it can be done with a few clicks.read more, timelines, conditional formatting (data bars, color scale, icon sets), sparklinesSparklines in Excel are similar to a chart within a cell. They are tiny visual representations of the data’s trend, whether it is increasing or decreasingread more, auto-shapes, and widgets.
  • Interactive controls–This includes a scroll barIn Excel, there are two scroll bars: one is a vertical scroll bar that is used to view data from up and down, and the other is a horizontal scroll bar that is used to view data from left to right.read more, radio buttonIn Excel, radio buttons or options buttons record a user’s input. They can be found in the developer’s tab’s insert section. read more, checkbox, and drop-down listA drop-down list in excel is a pre-defined list of inputs that allows users to select an option.read more.
  • Excel formulas–This includes SUMIFThe SUMIF Excel function calculates the sum of a range of cells based on given criteria. The criteria can include dates, numbers, and text. For example, the formula “=SUMIF(B1:B5, “<=12”)” adds the values in the cell range B1:B5, which are less than or equal to 12.
    read more
    , COUNT, VLOOKUPThe VLOOKUP excel function searches for a particular value and returns a corresponding match based on a unique identifier. A unique identifier is uniquely associated with all the records of the database. For instance, employee ID, student roll number, customer contact number, seller email address, etc., are unique identifiers.
    read more
    , INDEX MATCHThe INDEX function in Excel helps extract the value of a cell, which is within a specified array (range) and, at the intersection of the stated row and column numbers.read more, etc.
  • Other tools–This includes named rangesName range in Excel is a name given to a range for the future reference. To name a range, first select the range of data and then insert a table to the range, then put a name to the range from the name box on the left-hand side of the window.read more, data validationThe data validation in excel helps control the kind of input entered by a user in the worksheet.read more, and macros.

Purpose of Creating a Dashboard

Dashboards are used by several industries for varied purposes. The objectives of creating a dashboard are listed as follows:

  • To structure business information and create a consolidated data summary
  • To plan the future course of action of a business
  • To measure the key performance indicators (KPIs) that help evaluate the overall performance of an organization
  • To study the effectiveness of various business processes and analyze the forecasted results against actual figures
  • To improve business productivity

The Considerations While Creating a Dashboard

An excel dashboard should be created keeping in mind the following aspects:

  • The purpose of creating a dashboard
  • The intended audience for whom the dashboard is being created
  • The relevant metrics to be included based on which decisions will be taken
  • The data source to be populated in a dashboard
  • The task of renewing dashboard information that can be periodic or as and when required

The Cautions While Creating an Excel Dashboard

The cautions to be observed while creating an excel dashboard are listed as follows:

  • Ensure that the data file is appropriately structured by removing duplicates, blanks, leading and trailing spaces, and errors.
  • Insert only the relevant information in a dashboard so that it is easy to interpret and not overcrowded.
  • Simplify a complicated dashboard by creating a user guide or an instruction manual that assists in navigation.

Frequently Asked Questions

1. What is a dashboard in Excel?

A dashboard in excel is a tool that displays the key metrics of an organization in one place. These metrics may relate to finance, human resources, operations, and so on. The dashboard helps in glancing through, analyzing, and making decisions on the crucial business information.

Excel Dashboards are made up of graphical content like tables, charts, PivotTables, widgets, and so on. Since a dashboard displays only the relevant data, its overview returns quick solutions.

Prior to creating a dashboard, it is essential to study the goal which it intends to meet. Based on the objective, the metrics to be included in the dashboard as graphs and numbers can be selected.

The dashboard must be easy-to-understand, meaningful, and user-friendly.

2. Why is a dashboard used in Excel?

An Excel dashboard is used for the following reasons:
• It helps transform raw data into useful information, thereby making it easier to reach solutions.
• It facilitates instant and calculated decisions to be taken. Since such decisions are backed by relevant data and careful analysis, their accuracy tends to be high.
• It replaces the traditional system of creating detailed reports. Previously, such reports had to be consolidated, analyzed, and interpreted by the management before their practical application.
• It provides quick visibility of the entire situation, thereby helping managers make adjustments to an existing process or a project. Such adjustments act as a response to the changing business environment.

3. What is a KPI dashboard in Excel?

A KPI excel dashboard displays the key performance indicators (KPIs) that are responsible for the success of an organization. Tracking these critical metrics helps the management in setting and achieving organizational objectives.

A KPI excel dashboardIn Excel, KPI dashboard is a single, multiple charts panel view. It is very important to analyze an organization based on their Key Performance Indicators (KPI). The dashboard projects the crux of indicators at one place.read more is essential from a strategic and an operational perspective. This is explained as follows:

• From a strategic viewpoint, a KPI dashboard removes obstacles that impact the achievement of long-term goals.
• From an operational viewpoint, a KPI dashboard fixes the problems that impact the day-to-day processes of an organization.

For example, a KPI dashboard of a car manufacturer includes current market share, profit forecast, cost per unit, customer retention ratio, cost of customer acquisition, and so on.

A KPI dashboard should be simple, easy to navigate, and focused.

Recommended Articles

This has been a guide to the dashboard in Excel. Here we discuss how to create a dashboard in Excel along with practical examples and a downloadable Excel template. You may learn more about Excel from the following articles–

  • Database in ExcelWhen we enter data into Excel in the form of tables with rows and columns and give each table a name, we create a database.read more
  • Create a Dashboard in Power BIDashboards tells the story in a single page view. Being an interactive tool as well, it is best suited to create such kind of interactive dashboards. So we will show you how to create an interactive sample sales dashboard in power bi.read more
  • Create Templates in ExcelCreating Excel Templates helps you to avoid the cumbersome repetitive tasks and help you to focus on the real deal. These templates can be either standard, those which are already present in MS Excel for their ready-made use or you can create your own template and utilize them later.read more
  • Create an Excel SpreadsheetTo create an excel spreadsheet, do the following: 1.Open MS Excel 2.Select New from the Menu dropdown list 3. Click the Blank workbook button to start a new worksheet. The keyboard shortcut for this is Ctrl + N.read more

В бизнесе сложно добиться системного роста, если регулярно не отслеживать ключевые показатели, которые влияют на прибыльность компании. Для этого лучше всего подходят дашборды, в которых данные представлены в понятном виде, что существенно облегчает принятие решений.

Пошагово рассмотрим, как построить дашборд по продажам в Excel. Статья будет полезна всем, кто начинает знакомство с этим мощным инструментом аналитики данных.

Дашборд ― динамический отчёт, который состоит из структурированного набора данных и их визуализации на основе диаграмм, графиков и таблиц.

Основные задачи дашборда:

  • представить набор данных максимально наглядным и понятным;
  • держать под контролем ключевые бизнес―показатели;
  • находить взаимосвязи, выявлять негативные и положительные тенденции, находить слабые места в организации рабочих процессов;
  • давать оперативную сводку в режиме реального времени.

Построение дашбордов ― такой же hard skill, как владение формулами в Excel. По статистике, пользователь Excel среднего уровня может освоить этот навык за 20 часов обучения и практики.

Для специалистов, которые работают с отчётами, навык построения дашбордов стал необходимостью, а не дополнительным преимуществом.

Чаще всего созданием дашборда занимается аналитик — он обрабатывает огромные массивы данных, оформляет их в красивый и понятный дашборд и передаёт заказчику задачи. Это могут быть руководители, менеджеры по продажам, HR-специалисты, бухгалтеры, маркетологи.

Менеджерам по продажам дашборд помогает управлять продажами. HR-специалистам ― отслеживать основные метрики, связанные с трудовыми ресурсами. Для бухгалтера будет полезен дашборд о движении средств, который отражает финансовое состояние организации. Маркетологи анализируют рекламные кампании и оценивают их эффективность. Руководителю дашборд позволит быстро оценивать состояние ключевых показателей и принимать управленческие решения.

Существует большое количество сервисов для бизнес―аналитики, такие как Tableau, Power BI, Qlik, DataLens, Google Data Studio. Самым доступным можно назвать Excel.

Главное и самое интересное в дашборде ― интерактивность.

Настроить интерактивность можно с помощью следующих приёмов:

  • срезы и временные шкалы в сводных таблицах ― эти инструменты упрощают фильтрацию данных и позволяют управлять дашбордом: например, можно более детально посмотреть данные по конкретному менеджеру или заказчику за определённый период времени или в разрезе каналов продаж.
  • выпадающие списки, формулы и условное форматирование использование таких приёмов удобно, когда много разных таблиц и построить сводные таблицы невозможно;
  • спарклайны, мини-диаграммы в ячейках, тепловые карты в аналитических таблицах — такой способ чаще всего подходит для тактических целей специалистов или аналитиков, а не для стратегических целей руководителя.

Для этого выбираем наиболее популярный способ с помощью сводных таблиц.

Советуем проделать все шаги вместе с нами. Как говорит гуру мотивации Наполеон Хилл, «мастерство приходит только с практикой и не может появиться лишь в ходе чтения инструкций». Файл с данными для тренировки можно скачать здесь.

Построение любого дашборда начинается со сбора данных. На этом этапе важно привести таблицы в плоский вид, чтобы в дальнейшем на их основе создавать сводные таблицы для дашборда.

Плоская таблица (flat table) ― двумерный массив данных, состоящий из столбцов и строк. Столбцы ― это информационные атрибуты таблицы, строки ― отдельные записи, состоящие из множества атрибутов.

Пример плоской таблицы:

Аналитика данных: как построить дашборд в Excel

В примере выше атрибуты — это «Наименование», «День», «Год», «Склад», «Продажи (тыс. руб)», «Менеджер», «Заказчик». Они вынесены в заголовок таблицы.

Эта таблица послужит основой для построения нашего дашборда по продажам.

Если известно, для чего и для кого предназначен дашборд, легче понять, какие показатели должны выводиться на экран. Это могут быть любые количественные показатели, важные для организации: прибыль, продажи, численность сотрудников, количество заявок, фонд оплаты труда.

Также необходимо определиться с макетом — структурой — дашборда. Для начала достаточно будет прикинуть её на листе формата А4.

Пример универсальной структуры, которая подойдёт под любые задачи:

Аналитика данных: как построить дашборд в Excel

Количество информационных блоков может быть разным: это зависит от того, сколько метрик надо отразить на дашборде. Главное — соблюдать выравнивание по сетке.

Порядок и симметрия в расположении информационных блоков помогают восприятию и внушают больше доверия.

Помимо симметрии важно учитывать и логику расположения информационных блоков. Это связано с нашим восприятием: мы привыкли читать слева направо, поэтому наиболее важные метрики необходимо располагать слева направо и сверху и вниз, менее важные ― справа внизу:

Аналитика данных: как построить дашборд в Excel

— на основе таблицы с данными, приведённой выше в качестве примера плоской таблицы.

Таблицы будут показывать продажи по месяцам, по товарам и по складу.

Должно получиться вот так:

Аналитика данных: как построить дашборд в Excel

Также построим таблицу для ключевых показателей «Продажи», «Средний чек», «Количество продаж»:

Аналитика данных: как построить дашборд в Excel

Чтобы в дальнейшем было проще ориентироваться при подключении срезов, присвоим сводным таблицам понятное имя. Для этого перейдём на ленте в раздел Анализ сводной таблицыСводные таблицы → в поле Имя укажем название таблицы.

Аналитика данных: как построить дашборд в Excel

В нашем дашборде будем использовать три типа диаграмм:

  • график с маркерами для отражения динамики продаж;
  • линейчатую диаграмму для отражения структуры продаж по товарам;
  • кольцевую — для отражения структуры продаж по складам.

Выделим диапазон таблицы, перейдём на ленте в раздел Вставка Диаграммы Вставка диаграммыВыберем нужный тип диаграммы ОК:

Аналитика данных: как построить дашборд в Excel

Отредактируем диаграммы: добавим названия и подписи данных, скроем кнопки полей, изменим цвет диаграмм, уменьшим боковой зазор, уберём лишние элементы — линии сетки, легенду, нули после запятой у подписей данных. Поменяем порядок категорий на линейчатой диаграмме.

Аналитика данных: как построить дашборд в Excel

… и распределим их согласно выбранному на втором шаге макету:

Аналитика данных: как построить дашборд в Excel

После размещения диаграмм необходимо вставить поля с ключевыми показателями: перейдём на ленте в раздел ВставкаФигуры и вставим 3 текстбокса:

Аналитика данных: как построить дашборд в Excel

Далее сделаем заливку и подпишем каждый блок:

Аналитика данных: как построить дашборд в Excel

Значения ключевых показателей из сводных таблиц вставим также через текстбоксы — разместим их посередине текстбоксов с названиями KPI. Но прежде в нашем примере сократим значение «Продажи» до миллионов при помощи такого приёма: в сводной таблице рядом с ячейкой со значением поставим формулу с делением этого значения
на 1 000:

Аналитика данных: как построить дашборд в Excel

… и сошлёмся уже на эту ячейку:

Аналитика данных: как построить дашборд в Excel

То же самое проделаем с другими значениями: выделим текстбокс и сошлёмся через поле «Вставить функцию» на короткое значение в сводной таблице:

Аналитика данных: как построить дашборд в Excel

  • Попробуете себя в роли аналитика в крупной ритейл-компании и поможете принять взвешенные решения об открытии новых точек продаж
  • Научитесь основам работы с инструментами визуализации данных и решите 4 реальных задачи бизнеса
  • 4 задачи — 4 инструмента: DataLens, Excel, Power BI,
    Tableau

Срез ― это графический элемент в виде кнопки для представления интерактивного фильтра таблиц и диаграмм. При нажатии на эти кнопки дашборд будет перестраиваться в зависимости от выбранного фильтра.

Эта функция доступна в версиях Excel после 2010 года. Если нет возможности сделать срезы, можно воспользоваться выпадающим списком.

Для создания срезов выделяем любую ячейку сводной таблицы, переходим на ленте в раздел Анализ сводной таблицыВставить срез ⟶ поставим галочки в поля «Год», «Менеджер», «Заказчик», чтобы в дальнейшем можно было фильтровать данные по этим категориям.

Аналитика данных: как построить дашборд в Excel

Если срез не работает и при нажатии на кнопки фильтра данные не меняются, подключаем его к нужным сводным таблицам: выделяем срез, кликаем правой кнопкой мыши, выбираем в меню Подключение к отчётам и ставим галочки на требуемых таблицах.

Аналитика данных: как построить дашборд в Excel

Аналитика данных: как построить дашборд в Excel

Повторяем эти действия с каждым срезом.

— и располагаем их слева согласно выбранной структуре.

Дашборд готов. Осталось оформить его в едином стиле, подобрать цветовую палитру в корпоративных цветах, выровнять блоки по сетке — и показать коллегам, как пользоваться.

Итак, вот так выглядит наш дашборд для руководителя отдела продаж:

Аналитика данных: как построить дашборд в Excel

Мы построили самый простой дашборд. Если углубиться в эту тему, то можно использовать сложные диаграммы, настраивать пользовательские форматы срезов, экспериментировать с макетом, вставлять картинки и логотип.

Немного практики — и дашборд может выглядеть так:

Аналитика данных: как построить дашборд в Excel

Не стоит бояться неизвестного — нужно просто начать делать, чтобы понять, что сложные вещи на самом деле не такие и сложные.

Принцип «от простого к сложному» — самый верный. Когда строят интерактивный дашборд впервые, многие испытывают искреннее восхищение. При нажатии на срезы дашборд перестраивается — очень похоже на магию. Желаем тоже испытать эти ощущения!


Мнение автора и редакции может не совпадать. Хотите написать колонку для Нетологии? Читайте наши условия публикации. Чтобы быть в курсе всех новостей и читать новые статьи, присоединяйтесь к Телеграм-каналу Нетологии.

Карьерный рост аналитика. Статья Алексея Колоколова

Дашборд в Эксель с примерами: что это такое и как все сделать правильно

Успех бизнеса напрямую зависит от тщательного и своевременного контроля ключевых показателей. Для отслеживания метрик компании идеально подходят дашборды. Как приборная панель автомобиля, они позволяют увидеть самые важные результаты в одном месте. Появляется возможность следить за операционной деятельностью, находить в ней проблемные зоны и получать инсайты на основе реальных измерений. Главное, нет необходимости устанавливать дополнительные программы: в этой статье — инструкция для «чайников», как сделать дашборд в Excel.

Динамика

Вся нужная информация на такой интерактивной панели подана в виде графиков и диаграмм: это помогает легко воспринимать ее и быстро получать ответы на главные вопросы бизнеса с помощью объективных показателей.
В качестве целей этого инструмента можно выделить следующие:

• объединение информации из разных источников;
• создание единой структурированной системы метрик;
• интерактивное представление результатов.

Кроме того, он позволяет более подробно изучить показатели без погружения в дебри аналитических выгрузок и не требует специальных навыков и знаний от своих пользователей. То есть, если сказать простыми словами, дашборд – это (в Эксель в том числе) продвинутый вариант отчета, который содержит ключевые данные в понятном и наглядном виде.

Как это помогает бизнесу

Создание дашборда требует определенных усилий и времени. Но они с лихвой окупаются, потому что у такого формата подачи данных есть неоспоримые достоинства.

• Пользователь получает целостную картину сразу по всем значимым показателям.
• Информацию легко и удобно анализировать — она представлена в сводном виде в одном окне. Множество таблиц просто не нужно.
• Грамотная визуализация не только упрощает восприятие, но и повышает уровень доверия к данным.
• Интерактивная панель позволяет посмотреть на данные в разных разрезах и получить бизнес-инсайты, незаметные в простом отчете.
• Обсуждение показателей внутри компании становится более конструктивным, потому что отчетность понятна и наглядна для всех.

Удобный мониторинг изменений в режиме онлайн — еще одно важное достоинство интерактивных сводок для любой компании. Своевременное создание дашборда в Эксель позволит, например, вовремя заметить падение продаж по сравнению с прошлым месяцем и оперативно принять меры. Или увидеть, по каким проектам план не выполняется, какие менеджеры лучше справляются с определенным этапом в ведении сделок и так далее. Все это становится реальным благодаря сжатию большого объема информации до одной страницы.

интерактив на базе сводных таблиц в Excel

грамотная визуализация любых данных

наглядные отчеты для вашего руководства

Интерактивные отчеты, которые понравятся директору

Кому этот инструмент нужен в работе

Такие аналитические панели полезны для всех деловых людей, стремящихся повысить «производственную» эффективность, которую можно измерить конкретными показателями.

Виды дашбордов в Эксель различаются по своим целям и аудитории: что это значит? Часто они нужны руководителям компаний и направлений, и каждый хочет увидеть то, что важно для него.

Идеальная картина предполагает систему сквозных дашбордов. Ее можно представить как пирамиду данных: от нижнего операционного уровня (продано единиц товара, потрачено рублей) до верхнего стратегического (выполнение бизнес-плана, отраслевых KPI, прибыль, расходы). Активными пользователями информационных панелей также считаются сотрудники следующих подразделений.

Отдел маркетинга

Эти специалисты должны измерять и анализировать реакцию аудитории на продукт. Например, оценивать эффективность рекламной кампании. Сотрудники, которые разобрались, что такое и как сделать интерактивные дашборды в Excel, оперативно обрабатывают результаты онлайн-анкетирования клиентов. Видя показатели по наиболее интересующим сегментам, специалисты понимают, как должен развиваться бренд и на какую аудиторию ориентироваться.

На дашборде с отчетом по маркетингу можно видеть, например, следующее:

• общий объем расходов;
• динамика и структура расходов;
• соотношение с бюджетом на рекламу;
• эффективность каналов продвижения.

Отдел продаж

Аналогично коллегам из маркетинга, эти сотрудники контролируют выполнение своих KPI. Благодаря дашбордам продажникам удается проверять статистику по ключевым показателям. Диаграммы-воронки позволяют отслеживать протекание сделок, а фактоиды и гистограммы — наблюдать за работой каждого менеджера в отдельности.

Собранные на одном экране графики помогут определить, какие показатели можно повысить быстрее всего. А если помнить про дашборды, что это такое сочетание данных в Экселе, которое можно изменять в любое время, инструмент полностью подходит для оперативной корректировки в случае необходимости.

Типичные метрики для анализа:

• общий объем продаж и выполнение плана в динамике;
• структура продаж, лидирующие и отстающие продукты;
• лучшие и худшие сотрудники;
• средние показатели (чек, объем продаж на менеджера).

Решение задач бизнеса с помощью аналитики

Кейсы и лайфхаки от практика

Excel, Power BI, PowerPoint

Обучение на реальных бизнес-задачах

Курсы по визуализации и аналитике данных

Руководители

Бегло просматривая дашборд каждым утром, глава компании или отдела держит руку на пульсе своего подразделения. Он не просто контролирует самые важные метрики, но и сразу видит, когда в организации что-то идет не так. В случае необходимости руководитель может принять решение на основе достоверных данных, поступающих в режиме реального времени.

Содержание дашборда руководителя зависит от направления деятельности компании, но некоторые типичные метрики можно обозначить так:

• выполнение бизнес-плана;
• показатели прибыли и расходов;
• эффективность инвестиций в новые проекты;
• удовлетворенность клиентов;
• текучесть персонала;
• специфические отраслевые показатели.

Кто может построить дашборд

Чаще всего это делают бизнес-аналитики, потому что очень важно обеспечить корректную исходную информацию для разработки. Но научиться могут и другие специалисты. Например, среди студентов курса «Обработка данных» много менеджеров среднего звена из компаний с разными направлениями деятельности.

Построить интерактивную сводку может любой желающий, если он будет следовать определенному алгоритму. В этой статье рассмотрим, как создать дашборд в Excel с нуля: примеры, которые мы приведем, вы сможете адаптировать под свои задачи. По мере развития навыков визуализации данных каждый новый интерактивный отчет будет даваться проще и интереснее.

Чем больше показателей, тем сложнее анализ

В любой компании и даже в отдельных подразделениях существует множество регулярных и разовых отчетов, например:

• по регистрации корреспонденции;
• по продаже товаров или услуг;
• по жалобам и обращениям
• по финансам;
• по производственным процессам (выработка, простои оборудования и прочее);
• по персоналу (подбор, увольнения, несчастные случаи на производстве и так далее);
• по мониторингу рынка;
• отчет по расходам.

Когда нужно подвести итоги периода, защитить проект или проанализировать текущие показатели, часто начинаются проблемы. Как из множества отчетов выделить KPI? Как определить их динамику и вовремя заметить сложившуюся тенденцию? А если данные отличаются по формату и методике расчета, ситуация становится критической.

Сотрудники организаций выгружают данные из CRM-систем или собирают их руками (если не повезет), делают из них отчеты. При этом многие из них даже не знают, что могут самостоятельно

освоить создание дашбордов в Excel

шаг за шагом за несколько дней.

Чем инфографика отличается от дашборда

Часто СМИ в своих публикациях используют красочные стилизованные диаграммы и графики, иллюстрирующие содержание материалов. Это усиливает аналитическую составляющую статей и добавляет им веса.

Инфографика — статичная (преимущественно) информация, которая служит именно иллюстрацией и разнообразит текст в восприятии читателей. А важное свойство дашборда — как раз интерактивность, гибкость, возможность внесения изменений. Работа с ним не ограничивается «прочтением» диаграмм и графиков, а подразумевает дальнейшее взаимодействие.

• Инфографика — про форму.
• Дашборды — про содержание.

Но разница не только в наличии интерактивных элементов (например, срезов): она есть и в объеме информации, и в задачах. Впрочем, умение обращаться с инфографикой может помочь создавать дашборд в Эксель — пример нестандартного подхода к визуализации данных в этом деле точно не будет лишним.

Темы для отображения: от показателей бизнеса до политических историй

Информационные панели имеют широкий спектр применения: от финансовой отчетности до визуализации результатов исследований и опросов. Всё зависит от целей и задач их заказчиков.
Разработчики программного обеспечения для создания профессиональных дашбордов (Tableau, Microsoft) создают целые галереи наиболее интересных, актуальных и красивых работ на разные тематики, например:

• достижения спортсменов и статистика по видам спорта;
• культурные и социальные события;
• вопросы безопасности и экологии;
• рейтинги кинофильмов и статистика популярных стриминговых платформ;
• медицина и здравоохранение.

Сейчас дашборды активно используются коммерческими предприятиями, государственными компаниями и учреждениями, научными и исследовательскими институтами, благотворительными организациями и фондами.

В общем, если у вас есть данные по любой теме, и их нужно визуализировать и проанализировать, вы можете это сделать. Наша пошаговая инструкция о том, как создать дашборд в Экселе, покажет скрытые возможности этого инструмента.

Однако важны не сами графики, а то, как они помогают достигнуть поставленной цели. Если вы умеете формулировать вопросы или предлагаете корректные гипотезы, которые подтверждаются с помощью измерений, то дашборд — это ваш союзник. В бизнесе отсутствие интерактивной сводки с результатами работы уже можно считать поводом для ее построения.

Как построить дашборд

Разработка интерактивной информационной панели предполагает поэтапную обработку данных. На каждом шаге можно решать разные задачи и выступать в новой для себя роли. Например, на начальном этапе важно проявить свои аналитические способности и установить ключевые для выбранной области показатели. В финале пригодится хороший глазомер и чувство стиля, чтобы итоговый продукт был не только информативным, но и «цеплял» своей картинкой.

Схематично построение дашбордов в Excel можно разбить на несколько этапов:

• определение целей дашборда;
• сбор первичных данных;
• создание сводных таблиц и диаграмм;
• сборка дашборда, настройка интерактивных срезов.

Это творческий процесс, требует нестандартного взгляда и мышления. Визуализация данных заставляет по-другому посмотреть на имеющуюся информацию и привести к неочевидным выводам (инсайтам). Довольно увлекательное путешествие в мир аналитики.

Переходим к процессу проектирования. Разобравшись в предлагаемом алгоритме построения, вы поймете, что финальная версия дашборда — это только вершина айсберга. Пришло время узнать, что лежит в его основании.

Создаем дашборд в Excel по шагам

Продажи – двигатель и ключевой источник прибыли многих компаний. Поэтому представим, что делаем дашборд для руководителя соответствующего отдела. В качестве «подопытного» образца выступает выгрузка данных по продажам строительной компании (все названия и фамилии вымышленные, совпадения случайны).

Все этапы работы разделим на шаги:

• постановка целей и создание макета;
• работа с данными;
• создание сводных таблиц;
• выбор диаграмм и их перенос на лист с отчетом;
• добавление срезов для интерактивности;
• настройка условного форматирования (если нужно);
• Profit!

На примере разберем пошагово механизм создания и сборки интерактивной информационной панели, тем более что с тем, что такое дашборд в Excel и как построить его самостоятельно, мы уже немного разобрались.

Определяем цели, выбираем макет

Чтобы по ходу использования изменений было меньше, на старте стоит сформулировать задачи для интерактивной панели. Мы будем собирать ее для руководителя продаж строительной компании, определим такой список целей:

• получить наглядные данные о выполнении плана;
• увидеть показатели продаж в динамике;
• узнать, какие проекты наиболее прибыльные;
• выяснить, какие объекты недвижимости лучше продаются;
• оценить успешность работы менеджеров.

Определив, что мы хотим увидеть в дашборде, приступаем к разработке макета. Это можно сделать просто рисунком от руки на листе бумаге. Чем проще, тем лучше, так как на данном этапе важнее содержание, а не оформление.

Структура дашборда, который помог бы нам получить ответы на эти вопросы, схематично может выглядеть так:

Схема

Вверху — карточки с ключевыми показателями эффективности (KPI), в центре и внизу — диаграммы и таблицы, слева — срезы, которые оживят данные, сделают dashboard Excel интерактивным.

Собираем данные

В выгрузке должна быть информация, которая ответит на ключевые вопросы конечного пользователя, подсветит возможные проблемы и взаимосвязи. Дашборд на основе такой выгрузки покажет, например:

• наиболее прибыльные проекты;
• успешных и отстающих менеджеров;
• какие типы недвижимости продаются лучше;
• кто из сотрудников не справляется;
• где и почему не выполняется план продаж.

Проекты

В данном случае выгрузка содержит следующий набор данных:

• названия проектов;
• фамилии менеджеров по продажам;
• периоды совершения сделок;
• виды объектов недвижимости;
• фактические и плановые данные по продажам;
• фактические и плановые данные по оплатам;
• число фактических сделок;
• сроки сделок от начала и до конца.

Дополнительно сразу рассчитано выполнение плана по продажам и оплатам: фактические показатели разделить на плановые.

Важный момент. При подготовке данные должны быть приведены в так называемый «плоский» вид: информация — в отдельных строках, а в столбцах — только однородные данные. Иначе будет сложно собрать даже простую сводную таблицу, не что дашборд. Подробнее о популярных «косяках» в этом процессе можно прочитать в моей

статье про топ-8 проблем с данными

.

Формулы и функции, которые упростят жизнь

Грамотная работа с моделью данных

Обработка данных в несколько кликов

Навыки для простой и быстрой работы с данными

Основы DAX и Power Query в Excel

Строим сводные таблицы

Перед тем как сделать дашборд в Экселе, на основе имеющейся выгрузки построим несколько сводных таблиц по продажам. Для этого ставим курсор на любую ячейку и переходим к пункту меню «Вставка» → «Сводная таблица». В появившемся окне выбираем «Новый лист».

Данные

Лист со сводными таблицами для удобства можно так и назвать — «Таблицы». Вкладку Excel с исходными данными обозначим как «Данные» и сразу сделаем еще один лист «Отчет» для будущего дашборда.

Лист1

На листе «Таблицы» создаем сводную таблицу. Она формируется на основе данных, которые мы выберем из предложенного списка и расположения в соответствующих областях.

В первую таблицу включим данные о фактических продажах и показатель выполнения плана в процентах (рассчитан делением фактических значений продаж в рублях на плановые). Это поможет нам получить график выполнения плана продаж в динамике.

Важный нюанс: при подсчете показателей по периодам Excel автоматически добавляет кварталы. Так как мы будем смотреть данные помесячно, они нам не понадобятся. Поэтому в сводной таблице в графе «Кварталы» нужно убрать галочку.

Продажи

Еще один лайфхак, который упростит работу. В разделе «Параметры сводной таблицы» (вызывается правой кнопкой мыши), следует убрать галочку в поле «Автоматически изменить ширину столбцов при обновлении». Это позволит зафиксировать ширину сводной таблицы и упростить создание следующих сводных таблиц, на базе которых мы будем добавлять новые визуальные элементы.

Отдельная сводная таблица понадобится для каждого графика или диаграммы, а также для настройки карточек KPI, которые мы расположим в верхней части дашборда.

На картинках ниже — как будут выглядеть данные для визуализации конкретных метрик: продажи по проектам, по типам недвижимости, показатели эффективности сотрудников и информация для карточек KPI.

Для визуализации с информацией по продажам в разрезе проектов

Для графика с данными о продажах по типам недвижимости

Для отчета по эффективности работы менеджеров

Для карточек с ключевыми показателями (KPI)

Этот навык стоит освоить «от и до»: сложностей в нем нет, и инструкция поможет разобраться. Если же что-то не получается, лучше пройти краткий

курс по созданию дашбордов в Excel

, потому что это — необходимая база. Буквально за 5 дней вы научитесь без ошибок совершать нужные действия, просто следуя инструкциям в видео.

Создаем диаграммы на основе сводных таблиц

Переходим к визуализации. Для каждого «сводника» нужна своя диаграмма, но делать ее для отчета по менеджерам и карточкам KPI мы не будем. Отчет по менеджерам можно будет просто скопировать и преобразить с помощью функций условного форматирования. Для KPI сделаем отдельные карточки, которые расположим вверху дашборда.

На этом этапе особой красоты не требуется (потом займемся), достаточно корректно выбрать тип диаграммы: это делаем через пункт меню «Конструктор» → «Изменить тип диаграммы». В появившемся окне выбираем нужное. На первой и второй картинках — комбинированные диаграммы, на третьей — линейчатая.

Комбинированная диаграмма для визуализации плана-факта продаж

Комбинированная диаграмма для сравнения числа сделок и поступивших оплат

Линейчатая диаграмма для сравнения продаж по типам помещений

Добавляем карточки ключевых показателей (KPI)

Начинаем сборку дашборда! Для этого в Excel-файле мы уже заготовили вкладку «Отчет».

Карточки KPI располагаются в верхней части дашборда и быстро информируют о главных показателях. Чтобы их создать, переходим в пункт меню «Вставка» → «Иллюстрации» → «Фигуры» → «Прямоугольник».

Название добавляем с помощью пункта «Надпись» в меню. Дополнительные показатели (например, чтобы сравнивать KPI с плановым значением) можно добавить аналогичным способом — это те же карточки, только внутри более крупных.

Значения1

Переносим диаграммы на отдельный лист

Все их нужно переместить на созданный для этого лист «Отчет» — располагаем согласно макету и наводим красоту:

• скрыть кнопки;
• переместить легенды наверх;
• убрать линии на графиках и контуры.

Это освободит место, поможет легко считывать легенды диаграмм и добавит стиля нашему будущему интерактивному отчету.

Создание дашборда в Эксель предполагает четкое и понятное обозначение визуализаций: каждой диаграмме нужно добавить соответствующее название. Желательно краткое и информативное, чтобы пользователь не тратил время на осознание того, что он видит.

Для этого в Excel есть готовый набор шрифтов, находятся они в пункте меню «Главная» → «Стили ячеек».

Для названия нашего отчета выберем «Заголовок 1», для названия диаграмм — «Заголовок 2»: разный размер шрифта поможет выделить структуру текста и данных.

Значения2

Добавляем срезы на сводных таблицах

Дашборд должен быть интерактивным! Поэтому на листе Excel, где расположена наша таблица, выбираем пункт меню «Вставка» → «Срез».

Отмечаем галочками те данные, которые помогут взглянуть на показатели под разным углом зрения. В нашем случае важно видеть значения по проектам, по периодам, по объектам недвижимости, по менеджерам.

Вставка

Переносим срезы на лист с отчетом

Это просто: «Вырезать» → «Вставить» на лист с отчетом → расположить так, как задумано в макете.

Сводка

Важный нюанс: чтобы срезы работали корректно, нужно для каждого из них проверить и настроить подключение к сводным таблицам через пункт меню «Подключение к отчетам».

Подключения

Добавляем условное форматирование

Это потребуется делать не всегда и не всем, но в нашем случае нужно. Остался последний штрих: копируем на лист «Отчет» сводную таблицу по менеджерам и преображаем ее с помощью пункта «Условное форматирование» в меню (вкладка «Главная»), где доступны разнообразные значки и гистограммы.

Это сделает обычную сводную таблицу полезным информационным ресурсом, который не просто показывает данные по эффективности менеджеров, но и «подсвечивает» тех, кто не выполняет план. Это помогает считать смысл мгновенно.

Пользуемся интерактивным дашбордом в Excel

Результат всех пройденных шагов — на картинке ниже. В одном окне мы видим все важные данные, а при необходимости можем фильтровать их и просмотреть детализацию. Например, выбрав проект «Пальмира» в срезах слева, мы получим данные именно по нему: можно сравнивать с другими, видеть, как обстоят дела по всем показателям и так далее.

Диаграмма

Конечно, это лишь один вариант того, как можно представить данные в виде интерактивного отчета. Многое зависит от конечного пользователя, его предпочтений, набора имеющейся информации, компетенции и вовлеченности авторов дашборда.

Подведем итоги

Надеемся, вы получили понятную инструкцию про создание дашбордов в Excel шаг за шагом, а шаблоны, которые можно сделать по нашему примеру, помогут ее повторить. Теперь вы знаете, что интерактивный дашборд можно разработать и создать без дорогих профессиональных программ и в отсутствие специальных познаний.

Вам понравилась статья?

Подпишись на рассылку и получи в подарок «Каталог лучших отраслевых дашбордов»!

Хочешь получать актуальные статьи о визуализации данных?

Понравилась статья? Поделить с друзьями:
  • What is a document map in word
  • What is a corrupted word file
  • What is a digraph word
  • What is a corrupt file in word
  • What is a different word for structure