What is dashboard reporting 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

Excel for Microsoft 365 Excel 2021 Excel 2019 Excel 2016 Excel 2013 More…Less

A dashboard is a visual representation of key metrics that allow you to quickly view and analyze your data in one place. Dashboards not only provide consolidated data views, but a self-service business intelligence opportunity, where users are able to filter the data to display just what’s important to them. In the past, Excel reporting often required you to generate multiple reports for different people or departments depending on their needs.

Example of an Excel Dashboard with Slicers and a Timline

Overview

In this topic, we’ll discuss how to use multiple PivotTables, PivotCharts and PivotTable tools to create a dynamic dashboard. Then we’ll give users the ability to quickly filter the data the way they want with Slicers and a Timeline, which allow your PivotTables and charts to automatically expand and contract to display only the information that users want to see. In addition, you can quickly refresh your dashboard when you add or update data. This makes it very handy because you only need to create the dashboard report once.

For this example, we’re going to create four PivotTables and charts from a single data source.

Once your dashboard is created, we’ll show you how to share it with people by creating a Microsoft Group. We also have an interactive Excel workbook that you can download and follow these steps on your own.


Download the Excel Dashboard tutorial workbook.

Get your data

  1. You can copy and paste data directly into Excel, or you can set up a query from a data source. For this topic, we used the Sales Analysis query from the Northwind Traders template for Microsoft Access. If you want to use it, you can open Access and go to File > New > Search for «Northwind» and create the template database. Once you’ve done that you’ll be able to access any of the queries included in the template. We’ve already put this data into the Excel workbook for you, so there’s no need to worry if you don’t have Access.

  2. Verify your data is structured properly, with no missing rows or columns. Each row should represent an individual record or item. For help with setting up a query, or if your data needs to be manipulated, see Get & Transform in Excel.

    Sample data in an Excel table to be used as a PivotTable data source

  3. If it’s not already, format your data as an Excel Table. When you import from Access, the data will automatically be imported to a table.

Create PivotTables

  1. Select any cell within your data range, and go to Insert > PivotTable > New Worksheet. See Create a PivotTable to analyze worksheet data for more details.

  2. Add the PivotTable fields that you want, then format as desired. This PivotTable will be the basis for others, so you should spend some time making any necessary adjustments to style, report layout and general formatting now so you don’t have to do it multiple times. For more details, see: Design the layout and format of a PivotTable.

    In this case, we created a top-level summary of sales by product category, and sorted by the Sales field in descending order.

    Sample PivotTable by Category, Sales & % of total

    See Sort data in a PivotTable or PivotChart for more details.

  3. Once you’ve created your master PivotTable, select it, then copy and paste it as many times as necessary to empty areas in the worksheet. For our example, these PivotTables can change rows, but not columns so we placed them on the same row with a blank column in between each one. However, you might find that you need to place your PivotTables beneath each other if they can expand columns.

    Important: PivotTables can’t overlap one another, so make sure that your design will allow enough space between them to allow for them to expand and contract as values are filtered, added or removed.

    At this point you might want to give your PivotTables meaningful names, so you know what they do. Otherwise, Excel will name them PivotTable1, PivotTable2 and so on. You can select each one, then go to PivotTable Tools > Analyze > enter a new name in the PivotTable Name box. This will be important when it comes time to connect your PivotTables to Slicers and Timeline controls.

    Rename a PivotTable from PivotTable Tools > Analyze > PivotTable Name box

Create PivotCharts

  1. Click anywhere in the first PivotTable and go to PivotTable Tools > Analyze > PivotChart > select a chart type. We chose a Combo chart with Sales as a Clustered Column chart, and % Total as a Line chart plotted on the Secondary axis.

    Chart seelction dialog for a Combination Chart with a Clustered Column and Line chart

  2. Select the chart, then size and format as desired from the PivotChart Tools tab. For more details see our series on Formatting charts.

  3. Repeat for each of the remaining PivotTables.

  4. Now is a good time to rename your PivotCharts too. Go to PivotChart Tools > Analyze > enter a new name in the Chart Name box.

Add Slicers and a Timeline

Slicers and Timelines allow you to quickly filter your PivotTables and PivotCharts, so you can see just the information that’s meaningful to you.

Exploded view of Slicers and a Timeline control in a dashboard

  1. Select any PivotTable and go to PivotTable Tools > Analyze > Filter > Insert Slicer, then check each item you want to use for a slicer. For this dashboard, we selected Category, Product Name, Employee and Customer Name. When you click OK, the slicers will be added to the middle of the screen, stacked on top of each other, so you’ll need to arrange and resize them as necessary.

    Insert Slicer option from PivotTable Tools > Analyze > Filter

  2. Slicer Options – If you click on any slicer, you can go to Slicer Tools > Options and select various options, like Style and how many columns are displayed. You can align multiple slicers by selecting them with Ctrl+Left-click, then use the Align tools on the Slicer Tools tab.

  3. Slicer Connections — Slicers will only be connected to the PivotTable you used to create them, so you need to select each Slicer then go to Slicer Tools > Options > Report Connections and check which PivotTables you want connected to each. Slicers and Timelines can control PivotTables on any worksheet, even if the worksheet is hidden.

    Slicer Report Connections from Slicer Tools > Options

  4. Add a Timeline – Select any PivotTable and go to PivotTable Tools > Analyze > Filter > Insert Timeline, then check each item you want to use. For this dashboard, we selected Order Date.

  5. Timeline Options – Click on the Timeline, and go to Timeline Tools > Options and select options like Style, Header and Caption. Select the Report Connections option to link the timeline to the PivotTables of your choice.

Learn more about Slicers and Timeline controls.

Next steps

Your dashboard is now functionally complete, but you probably still need to arrange it the way you want and make final adjustments. For instance, you might want to add a report title, or a background. For our dashboard, we added shapes around the PivotTables and turned off Headings and Gridlines from the View tab.

Make sure to test each of your slicers and timelines to make sure that your PivotTables and PivotCharts behave appropriately. You may find situations where certain selections cause issues if one PivotTable wants to adjust and overlap another, which it can’t do and will display an error message. These issues should be corrected before you distribute your dashboard.

Once you’re done setting up your dashboard, you can click the “Share a Dashboard” tab at the top of this topic to learn how to distribute it.

Congratulations on creating your dashboard! In this step we’ll show you how to set up a Microsoft Group to share your dashboard. What we’re going to do is pin your dashboard to the top of your group’s document library in SharePoint, so your users can easily access it at any time.

Store your dashboard in the group

If you haven’t already saved your dashboard workbook in the group you’ll want to move it there. If it’s already in the group’s files library then you can skip this step.

  1. Go to your group in either Outlook 2016 or Outlook on the web.

  2. Click Files in the ribbon to access the group’s document library.

  3. Click the Upload button on the ribbon and upload your dashboard workbook to the document library.

Add it to your group’s SharePoint Online team site

  1. If you accessed the document library from Outlook 2016, click Home on the navigation pane on the left. If you accessed the document library from Outlook on the web, click More > Site from the right end of the ribbon.

  2. Click Documents from the navigation pane at the left.

  3. Find your dashboard workbook and click the selection circle just to the left of its name.

  4. When you have the dashboard workbook selected, choose Pin to top on the ribbon.

Select the file and click Pin to top to make it easily acessible on your document library

Now whenever your users come to the Documents page of your SharePoint Online team site your dashboard worksheet will be right there at the top. They can click on it and easily access the current version of the dashboard.

Tip: Your users can also access your group document library, including your dashboard workbook, via the Outlook Groups mobile app.

See also

  • What is SharePoint?

  • Learn about Microsoft 365 groups

Got questions we didn’t answer here?

Visit the Microsoft Answers Community.

We’re listening!

This article was last reviewed by Ben and Chris on March 16th, 2017 as a result of your feedback. If you found it helpful, and especially if you didn’t, please use the feedback controls below and leave us some constructive feedback, so we can continue to make it better. Thanks!

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

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

Пошагово рассмотрим, как построить дашборд по продажам в 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 шаг за шагом, а шаблоны, которые можно сделать по нашему примеру, помогут ее повторить. Теперь вы знаете, что интерактивный дашборд можно разработать и создать без дорогих профессиональных программ и в отсутствие специальных познаний.

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

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

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

Excel has always been one of the main go-to tools for executives who are looking to create spreadsheets in which they can gather data and track how their projects are progressing.

However, as helpful as spreadsheets can be, they are essentially just a compilation of different numbers and information.

To make sense of these numbers, it’s much more practical to use Excel Dashboards.

Excel dashboards are one of the best ways to track KPIs and key metrics, compare data points, and provide shareholders with an overview of data-backed information that will help them make everyday decisions.

In this guide, we will show you how to create a comprehensive Excel dashboard (both in the native tool and Databox), some things you should keep in mind when building one, best practices, Excel dashboard use cases, and much more.

Let’s dive in.

  • What is an Excel Dashboard?
  • 4 Considerations to Have in Mind Before Building an Excel Dashboard
  • How to Create an Excel Dashboard from Scratch? 8 Steps
  • Excel Dashboards Do’s and Don’ts
  • Limitations of an Excel Dashboard
  • Benefits of Using Excel with Databox
  • How to Create a Dashboard in Excel that Updates Automatically? Use Databox
  • Create Effortless Excel Reporting Dashboards with Databox
setup-free-dashboard-databox-dsss

What is an Excel Dashboard?

Before we move on to the actual creation process, it’s important that you understand exactly what is a dashboard in Excel.

Excel dashboards are visual portrayals of data. They provide a complete overview of large amounts of data, which means you can use them to quickly pull out and check a specific metric or KPI.

This is immensely important in situations where time is of the essence and you need to make some urgent decisions – going through large volumes of information simply isn’t an option.

There is also the ‘aesthetic’ component.

Let’s face it, there is nothing pleasant about looking at raw data. Of course, there is plenty of important information included, but with hundreds of different rows and columns, understanding the data becomes mission impossible.

Excel dashboards do a tremendous job of transforming this dry data into meaningful insights through the use of visualization tools like charts, tables, or other interesting elements.

Nowadays, dashboards can be ‘hired’ for a number of different jobs and companies use them for better budgeting, project management, marketing, sales reporting, and more. 

The three most commonly used Excel dashboards are Strategic dashboards, Analytical dashboards, and Operational dashboards.

In summary, Excel dashboards are a great way to make sense of extensive data and present it in an understandable way to the highest-ranking members of the company.

4 Considerations to Have in Mind before Building an Excel Dashboard

Creating an Excel reporting dashboard is much more than following a series of steps, it also involves a certain amount of planning and research.

Here are the four main things you have to consider before you start building your Excel dashboard.

  • The Purpose of the Dashboard
  • The Most Important KPIs
  • The Audience
  • The Format

The Purpose of the Dashboard

First of all, you need to determine the purpose of your dashboard.

Will it be for a specific task, like monitoring the progress of a project, or do you want to achieve some sort of a bigger goal, such as tracking a department’s performance?

Knowing exactly what you want to achieve with the dashboard will directly make the data gathering and design process a whole lot easier.

The Most Important KPIs

Your Excel dashboard should revolve around only the most important KPIs.

Take some time to filter out the data that adds the most value and make sure you understand the KPIs you will be including.

A common practice is to use around 10 KPIs in the dashboard. While there might be a dozen more useful metrics, you won’t need all of them, so be thorough when categorizing the data.

The Audience

What you include in the dashboard and the way in which you include will depend a lot on the audience.

Will the dashboard mainly be used by your colleagues, key stakeholders, investors, or highest-level executives?

Each one of them has a different preference when it comes to digesting information, which will hugely influence the way you create the dashboard.

Related: Reporting Strategy for Multiple Audiences: 6 Tips for Getting Started

The Format

Will a static dashboard be enough to do the trick, or will you need an automated Excel dashboard?

Using the wrong format for your dashboard can be a costly mistake, especially if you create a static dashboard and it turns out that your stakeholders want the data updated as soon as any real-time changes occur.

Okay, so now you know what an Excel dashboard is and you have done proper planning regarding the audience, KPIs, and the overall goal of your dashboard.

Time to show you how to create a dashboard in Excel.

Here are the steps you have to follow.

  1. Create a Proper Layout for Your Excel Dashboard
  2. Import Data into Excel
  3. Create a Table with Raw Data
  4. Clean and Filter the Data
  5. Analyze Your Data
  6. Build the Excel Dashboard
  7. Create a Dashboard Scorecard
  8. Customize with Macros, Colors, and More

1. Create a Proper Layout for Your Excel Dashboard

Creating a layout to determine what your Excel dashboard will look like is much more effective than improvising each step along the way.

Some of you might be used to using a pen and paper for drawing out layouts, but we recommend Microsoft Excel – after all, you will be using it the whole time.

To create a logical structure, you can take advantage of Excel Workbook.

There are plenty of worksheets available, but you only need these three:

  • Data – Used for storing tables of raw data
  • Dashboard tab – This is the sheet that includes the main dashboard. Most commonly, it’s a single-page view that displays data-based insights.
  • Calculation – The worksheet used for making calculations.
Excel dashboard tab

An additional piece of advice – spare some time to create an outline in PowerPoint (or another presentation tool) that you can show your stakeholders or executives, and ask them about their opinions.

This way, you will know exactly what they are looking for and you can create a dashboard that brings them the most value.

Here is an example of what a proper layout should look like:

Excel dashboard layout example

2. Import Data into Excel

To create an Excel data dashboard, you first need, well, the data.

You can import data into excel by either copying and pasting it directly, or using the external data sources.

Click on the ‘Data’ tab and choose one of the available import options. Everything is pretty simple and straightforward.

How to import data into Excel

In this picture, we chose the Text/CSV option to create the starting dataset.

3. Create a Table with Raw Data

Go to the ‘Raw Data’ tab, you have the option to either copy-paste your data or import it directly from an external source.

For an easier overview, use a tabular format so each data point is stored in an individual cell.

In the picture below, we used columns like Project Name, Start Date/End Date, Duration, Number of Team Members, Project/Actual Budget, Risks, and Pending Actions.

To add up all the values in a column, you can use one of Excel’s formulas.

For instance, we used the Project Budget column, clicked on the last empty cell, and typed in =SUM – this automatically calculates the cells you choose.

4. Clean and Filter the Data

This part will probably require the most time, so we will explain everything gradually.

Let’s start with cleaning the data.

There are plenty of different ways you can do it, but here are some of the main things you should do:

  • Filter the data by separating ‘Extremes’ and ‘Peaks’
  • Make sure there aren’t any duplicates
  • Remove data that you think is irrelevant
  • Use lower, upper, and proper case text
  • Eliminate the leading and trailing spaces

Duplicates usually cause the most problems, so here is how you can remove them:

If you don’t know how to eliminate the leading and trailing space, you can do it by going to the Formula tab and using the TRIM function.

Next, copy the formula and use data cleansing tools to make sure there aren’t any errors.

Okay, so that does it for the cleaning part and we can move on to the filtering.

Once you have your data in an Excel worksheet, you should use the tabular format to make the filtering easier. Each data point should be stored in a separate cell (city name, address, phone number, etc.).

Then, convert the tabular format into an Excel table and select a specific data range. To do this, go to ‘Insert Tab’ and click ‘Table’.

5. Analyze Your Data

Now that you have your data organized in a table, it’s time to take a step back and observe it.

What should you highlight? Is there anything you need to remove? Do you need to display all the data?

Answer these questions based on the story you are trying to communicate to the readers of the dashboard.

To analyze the data, there is a variety of different methods and Excel formulas that you can use.

Here are some examples:

  • Pivot tables
  • Data validation
  • Auto-shapes
  • Charts
  • Conditional formatting
  • Macros

As for the Excel functions, some of the important ones are XLOOKUP, SUMIF, COUNTIF, NAME MANAGER, ROW, OFFSET, COUNT, and VLOOKUP.

If this all seems far too confusing, don’t worry, it’s actually easier than it seems. Once you determine the purpose of your dashboard, you’ll know which methods will work best for the analysis process.

6. Build the Excel Dashboard

The final stop – building the Excel dashboard!

Let’s go through the features you’ll need.

How to Add a Gantt Chart

The Gantt chart is used for visually displaying the timeline of your project.

To create this chart, press ‘Insert’ in the main Dashboard sheet.

Next, click the bar chart icon in the ‘Charts’ tab and choose the second option.

How to Add a Gantt Chart in Excel

Lastly, connect the bar chart to columns like Project Name, Start Date, and Duration.

This is what a Gantt chart looks like:

How to Create and Format Charts

In case you need some other type of chart, you can find them in the ‘Insert’ tab as well.

We will use a column chart as an example.

Creating a column chart in excel

Firstly, press ‘Select Data’ after right-clicking the chart.

Choose the ‘Add in Legend Entries’ option. You can choose the title of the columns in the ‘Series name’ field, and the data in the ‘Series values’ field.

In most cases, the X-axis won’t be labeled properly. You can fix this by going to the ‘Horizontal Axis Labels’ tab and clicking ‘Edit’.

For formatting, you should click on the ‘Design’ tab.

Here you can add a title by following Add Chart Element > Chart Title > Above Chart.

Excel design tab

That’s it! Here is an example of what the chart should look like:

How to Insert Pivot Tables

Pivot tables are one of the best ways to single out the crucial metrics and highlight them.

To create a pivot table, open the ‘Insert’ tab once again and choose ‘Pivot Table’.

How to insert Pivot tables in Excel- step 1

Click the last icon in the ‘Table/Range’ field and select the entire data table.

How to insert Pivot tables in Excel- step 2

On the right, you will see a ‘Pivot Table Field List’ in which you can choose which data subsets you want to include in the pivot table.

How to insert Pivot tables in Excel- step 3

If you use Excel a lot, you probably also use Google Sheets. And if you handle large amounts of data, you probably use Pivot tables quite often. Here is a useful guide we have created on building and using Pivot tables in Google Sheets.

7. Create a Dashboard Scorecard

Before you turn off your laptop and start celebrating, there are still a few more components your Excel metrics dashboard needs.

One of them is a Scorecard.

For a scorecard, you will need to combine Label, Actual value, Annual trendline, and Variance.

Since you will probably need the extra space, you can merge the cells together by clicking on the ‘Merge cells’ button.

Next, connect the label name that is included in the ‘Data’ sheet.

Do the same with the data, and link it from the ‘Data’ sheet to the ‘Dashboard’ sheet.

Now, open the formula tab, type in an equal sign, and select the ‘Data’ sheet value. To create a trendline, you can use the yearly data and add a line chart.

There is a trick you can use to highlight the variance – open the ‘Calculation’ tab and choose a helper table.

Here, you should set up the new conditional formatting rules.

Choose a cell that includes variance and copy it. Go to the main ‘Dashboard’ sheet and select ‘Paste Special’ after right-clicking.

Then, press ‘Paste as Linked Picture’.

Here is a picture in case you get lost:

Creating a scorecard in Excel

Lastly, adding dynamic texts to the main sheet is great for updating the key metrics once a change occurs.

By connecting a text to an object within the Excel dashboard, every time you change the value in the external source, the target cell will display it.

This is a great feature and you can incorporate it for different charts and textboxes.

8. Customize with Macros, Colors, and More

Now the fun part!

By now, you should have all of the elements laid out, so the only thing left to do is customize the design, colors, and overall typography.

How to Customize Chart Colors and Font

You can change the color in any part of the chart.

Simply select the specific part and choose which color you want it to be through the ‘Font’ tab.

To set the background color, you should right-click the chart and press ‘Format Chart’. Choose ‘Solid Fill’ and pick out a color you think is fitting.

In case you want to change the title, you can do so by clicking on it and selecting the font size, color, and type.

How to Customize Chart Colors and Font

How to Create a Dynamic Excel Chart

In case you were wondering how to build interactive excel dashboards, this part will interest you.

There are a couple of different methods to add interactivity.

Let’s start with a drop-down list (aka data validation).

The drop-down list can be a great method if you are a bit more experienced with Excel and know how the different formulas work (especially VLOOKUP).

By integrating drop-down lists, the audience can choose specific criteria to filter out, while the chart will automatically update based on that criteria.

The next method is Macros.

To use macros, you will need to know your way around Visual Basic (Excel’s coding language). This means that there is no manual automation involved, the macro takes care of the entire process if you write it properly.

Macros can also be used for developing dashboard buttons – once you click on them and select criteria, the charts will automatically update to reflect it.

Lastly, we want to mention Slicers.

Slicers essentially provide you with an additional layer to filter out your pivot table. You can take advantage of a variety of different visual filters and complete the filtering in just a few clicks.

Also, there are specific buttons that allow you to see which filter you are viewing and then use it to segment the data.

Once you set up a pivot table and place the slicer next to the chart, you can select some of the different buttons to see how the chart changes interactively.

Excel Dashboards Do’s and Don’ts

Building a business dashboard Excel is a hefty process and there are dozens of different things you have to keep an eye on.

This can get very tiresome and it’s not impossible to suddenly lose track of something important.

To help you out, we have prepared a clear overview of the dos and don’ts of Excel dashboards.

Here are some of the best practices:

  • Keep things simple – Remember, keeping your dashboard simple and understandable is much more important than making it look ‘nice’. The 3D effects, additional shapes, or any other over-the-top elements might seem tempting, but they will often have a counter-effect on the readers.
  • Use alerts for important data – Alerts are a great way to highlight specific parts of the dashboard and remind your readers of the most important information.
  • Add different tabs – To organize your dashboard, we recommend using different tabs for showcasing different things.
  • Freeze panes are useful – For larger excel data dashboards, you can use freeze panes to make navigation easier. This feature basically freezes the rows so the audience can see the entire dashboard in one view, without having to scroll through it.

Now, let’s check out the don’ts:

  • Going overboard with colors – While you might think that a wide range of colors will impress the readers, you should be careful not to go overboard with it. A dashboard should include mostly ‘neutral’ colors so the focus stays on the information, bright colors should only be used when you want to highlight something really important.
  • Including too much data – We already mentioned this at the beginning, you should filter out the most important data and avoid including unnecessary information in the dashboard. By providing your readers with a crowded dashboard, you will only end up confusing them, which means you won’t be able to convey your main message.
setup-free-dashboard-databox-dsss

Excel Dashboard Limitations

There is no doubt that Excel can still come in handy when it comes to data organization, after all, it has been one of the most useful tools for SMB businesses for decades.

However, there are quite a few limitations to Excel, and with new project management tools constantly developing, the difference has become extremely noticeable.

Here are some of the limitations of Excel dashboards.

  • Manual Data Feeding
  • Human Errors Are Common
  • Limited Integrations

Manual Data Feeding

While you might have had the chance to see some exceptional Excel dashboards at some point, did you ever stop and wonder how long the creation process took?

Sure, the layout is clean and well-organized, and there are some impressive data sets and charts.

But what you don’t know is that the person who created that dashboard lost both his nerves and an immense amount of time during the process.

This is because Excel dashboards require too much manual data feeding.

Human Errors Are Common

As your company evolves, the amount of data you have to deal with immensely increases.

In most cases, an abundance of data is bound to cause human errors.

This can be anything from a simple typo to a mistake in the formula, and while the error might look insignificant, you’ll see how important it is when it changes the whole concept of your dashboard.

Limited Integrations

Integration is a big part of effective dashboards, by connecting with other apps you can easily multitask and get a lot of work done in one place.

This isn’t the case with Excel since the integration abilities are limited, to say the least.

So why even bother creating a dashboard in Excel when there are business dashboard software and tools that make the process immensely easier?

Take Databox for example.

Creating a dashboard in Databox can literally be done with just a few clicks, and something that you might spend hours on in Excel can be done in a matter of minutes.

Benefits of Using Excel with Databox

As we said, Excel is still regarded as a useful tool when it comes to certain activities such as tracking your budget or staying on top of the sales pipeline.

But why not add some superpowers to it?

We are talking about using Databox’s dashboard software with Excel.

Naturally, you might have some doubts, but reading these benefits could help change your mind.

Financial Reporting

If you already have Excel spreadsheets to track your budget and overall finances, you can connect them to Databox to create a comprehensive dashboard for each financial goal.

Not only will you save up a lot of valuable time, but you will also gain access to some advanced visualization tools that you can use to showcase specific trends and make sure your audience understands the overall analysis.

Sales Performance 

Tracking sales pipeline performance, leads, and sales rep efficiency in Excel can only go so far.

These metrics are extremely valuable and not only to your sales team, so why not scale the way you track them if you can?

Databox sales performance reports can help your entire team stay on top of the sales metrics that matter most and make all the dry numbers a lot more understandable.

Inventory Management

For the longest time, Excel has been one of the cornerstones when it came to managing inventory data. But while it can get the job done, it doesn’t offer a lot of flexibility.

That’s not the case with Databox.

With our management tool, you can create cross-functional inventory reports and build dashboards from multiple different sources.

How to Create a Dashboard in Excel that Updates Automatically? Use Databox

Excel automated dashboards are essentially an upgraded version of static dashboards – you can use them to reflect any real-time changes as soon as they occur.

So if you were wondering how to create a dashboard in Excel that updates automatically – the answer is Databox.

Here is how you can do it.

  • Import your Excel workbook into Databox
  • Create custom metrics
  • Build a dashboard

Import your Excel workbook into Databox 

In your Databox account, open up the Data Manager.

Press ‘New Connections’ and select Excel, you will see three different options – Google Drive, One Drive, and Dropbox.

Make sure that the Excel workbook copy you want to connect is already within one of these options and then simply select the specific option.

Import your Excel workbook into Databox

Create custom metrics 

To create a custom metric, you’ll need to use the Excel Wizard tool.

Select ‘Metrics’ in the left corner and click on ‘Add Metric’.

Next, choose your Excel spreadsheet by clicking on ‘Browse by data source’.

This screen should appear:

Create custom metrics 1

Go to the box that has the ‘+’ sign below custom metrics, this will take you to the data verification process.

Create custom metrics 2

If everything is the way it should be, just press ‘Continue’.

Time to build your first custom metric.

Firstly, choose the value you want to measure and click ‘Continue’.

Create custom metrics  3

You can now customize your metric even further by adding a Dimension (e.g. Region, Industry, and Segment). This option allows you to categorize the metrics in any way you deem fit.

After selecting the date range, press ‘Continue’ to proceed to the final setup screen.

This is the place where you can set up the name of the metric, choose how the data will be showcased, pick a data range, and select the type of visualization you want.

Adding finishing touches

In case you want to create the custom metric through the Databox Query Builder, you can do so by selecting the ‘Switch to Manual Setup’ button in the Wizard setup screen.

Build a dashboard 

Finally, time to build the dashboard.

This step requires using the Dashboard Designer. You can drag, drop, and move any metric you want to include in the dashboard and avoid searching for the numbers you need in a sea of data.

By connecting your Excel sheets to Databox, all the numbers will be accurately showcased and you won’t need to waste time on any type of manual work.

To start the design process, go to ‘Databoards’ on the left side of the navigation bar and click ‘New Databoard’.

This is the place where you will be dropping your crucial Excel metrics.

How to build an Excel dashboard in Databox

In here:

You can set and visualize goals here like this:

Also, you can alter the data ranges and compare them to the historical ranges by clicking the arrow right next to the data range.

Databox has a wide variety of visualization options, so choosing the right one for your specific metric will be a piece of cake.

setup-free-dashboard-databox-dsss

Create Effortless Excel Reporting Dashboards with Databox

For the longest time, Excel has been one of the best tools for SMB businesses looking to build comprehensive dashboards and make sense of their data.

Even today, there are lots of companies that still integrate Excel and use it for developing different spreadsheets and dashboards.

However, when compared to modern business dashboard tools, we realize that Excel doesn’t cut it anymore.

With limitations like manual data feeding, frequent human errors, lack of integration options, and the fact that creating Excel dashboards can take hours (if not days), it’s simply not worth going through all the hassle anymore.

Luckily, it is still possible to create effortless Excel reporting dashboards – you just need a bit of help from Databox.

While Excel has the ability to manage and analyze large data sets, it doesn’t really do a remarkable job at visualizing that data.

Databox offers an effective solution to this.

By integrating your Excel spreadsheets with Databox, you can create powerful and comprehensive dashboards that your entire team can easily understand and share with other company members.

We have some of the most cutting-edge visualization tools in the industry – using our graphs and charts will make your data come to life and transform dry numbers into compelling stories.

Another benefit of this integration is that you will be able to do much more with your Excel data, which even includes creating your own custom metrics.

Currently, Excel is available only on our Professional and Performer plans and you can test out the integration during our free 15-day trial.

So what are you waiting for? Sign up here for the free trial and take your dashboard reporting in Excel to the next level.  

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

This tutorial is suitable for individuals who generate reports for complex data processes using Ms. Excel charts, Gantt charts, Pivot tables among other tools.

What is excel dashboard?

A dashboard tracks metrics, data points, and KPIs in a single central place. It provides a quick visual status update of your projects and important details in one place. Using a dashboard, you can manage and communicate more with your team members.

Sometimes dashboards can act as a progress report for a particular business process. It enables the manager to monitor the performance of each individual in a department and know how the organization is performing.

The Key Performance Indicator (KPI) is a tool used to measure how effectively the company achieves its key business objectives.

Key Performance Indicator

Companies use KPI to evaluate their performance in achieving the set targets. They demonstrate how individuals, departments, and organizations are achieving the business objectives. They are evaluated after a specific set time parameter and the results are compared with past performance metrics.

  • Provides you with a high-level view of your work enabling you to make informed decisions.
  • Helps you keep up to date data on organizational performance
  • Helps in simplifying complex data processes.
  • Provides at-a-glance view of the organization’s current status or performance in real-time.
  • Provides you with a detailed report on new trends
  • Helps you align organizational goals and strategies

A dashboards cab be a chart, table, or numbers. You can create a financial dashboard, a marketing dashboard or project dashboard making them suitable for any application.

Factors to consider before creating a dashboard

Before creating a dashboard, ask yourself the following questions;

  • Why do you need the dashboard? You need to know the reasons for creating the dashboard in order to come up with the right design and the kind of data needed.
  • Do you need to track a certain KPIs with the dashboard? You need data that adds value to your organization. Know the Key Performance Indicator (KPI) and build your dashboard around this metric.
  • Where to get the data from? Whether to automatically sync data from the company’s database or manually import data.
  • Who needs to use the dashboard? You need to know the people who will rely on dashboard data, how is their intelligent level and how much time do they have accessing the dashboard.
  • How often do you need to update the dashboard? Does your dashboard need to be updated in real-time or after a week? Your dashboard design is directly proportional to the frequency of updates done
  • What is your dashboard format? Based on the needs of your dashboard, you can choose to create a static or dynamic dashboard.

How to create dashboards

1. Create your table. You can import data, copy-paste or enter manually.

2. After adding the data, analyze it to find out which part of the data needs to be highlighted. What is the purpose of the dashboard?

Once you state your purpose, the following tools can be used to analyze data;

  • Charts
  • Gantt chart
  • Pivot tables
  • Excel formulas
  • Excel tables
  • Macros
  • Data Validation
  • Conditional formatting etc.

Creating dashboard using charts

1. Create the following table

dashboard table

2. Open a new sheet and rename it «Dashboard».

3. Click Insert menu. In the charts section tab, click insert columns chart to create a column chart.

4. After inserting the chart, right-click on the chart area and choose Select Data

5. A dialog box opens to allow you to select the chart data range

dashboard data source

6. Click ok.

dashboard chart title

7. Double click on the chart title to add your project title.

dashboard project title

Example 2: Creating dashboard using Gantt chart

Create the following table on a new sheet. Rename the sheet as «Project Data».

dashboard creating

1. Open a new sheet to insert the dashboard. Rename it to «Gantt chart»

2. Click Insert menu. In the Charts section tab, click on the bar chart then choose any of the available options.

dashboard

3. Right-click on the chart and click on Select Data

4. Add the Chart data range: Click on the Project Data sheet and select the cells with the project name and start date.

dashboard data source

5. On legend entries, click on Add tab

dashboard legend

6. On the series name, click on Project datasheet then select cell D2. On series Value, select the range of cells for the duration of each project.

dashboard edit series

7. Click OK.

dashboard select data source

8. If the X-axis is not well labeled, you can adjust the horizontal category axis in your project datasheet. You should always select what you want to be displayed on the X-axis. Then click OK to display the Gantt chart.

dashboard chart title

9. Add chart title by clicking on Design Menu and on chart layouts tab, click Add Chart Element the select chart title.

dashboard above chart

10. Type your title.

dashboard project duration

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

Как создать дашборд в Excel

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

Дашборд в Эксель

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

Функции дашборда:

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

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

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

По своей сути – это такая же техническая компетенция, как, например, построение формул в Excel.

Примеры популярных дашбордов:

  • Яндекс Метрика. Показывает изменения посещаемости сайта поминутно, информирует откуда пришли пользователи, как долго они оставались на сайте.
  • Google Analytics. Показывает, изменения посещаемости сайта поминутно и откуда на сайт пришли пользователи.

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

Excel dashboard бывают разных видов, но чаще всего они применяются в сочетании друг с другом.

Виды:

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

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

Для того, чтобы добиться в бизнесе постоянного роста, необходимо проводить качественный анализ его показателей, на постоянной основе.

Почему это важно использовать дашборд для бизнеса:

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

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

Дашбордом нужно уметь пользоваться специалистам разных направлений:

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

Чаще всего в своей работе занимаются построением дашбордов бизнес-аналитики.

Отличия от инфографики

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

  • Инфографика представляет собой удобный наглядный способ для иллюстрации какой-либо информации, доступный для всех пользователей. Она фиксирует показатели на конкретный момент времени. Инфографика может выступать лишь одним из инструментов информативного дашборда.
  • Интерактивный дашборд – это инструмент специалистов. Он предназначен не просто для предоставления информации, а для возможности дальнейшего взаимодействия, внесения изменений. Здесь исходные данные представлены с группированном и агрегированном виде, есть возможность применять фильтры и сортировки. Достаточно создать дашборд один раз, чтобы потом постоянно использовать этот инструмент для отслеживания изменений.

Как создать дашборд в Excel

Для создания дашборда вам не потребуется устанавливать специальные программы или расширения. Эта возможность предусмотрена функционалом Excel.

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

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

Подготовка

Первый этап – подготовительный. На нем пользователь определяет, что в итоге он хочет получить, формулирует задачу.

В зависимости от того, кто его составляет, цели и задачи будут разными.

Примеры:

  • Сбор данных о выполнении плана.
  • Эффективность работы менеджеров.
  • Объемы продаж по категориям товаров и месяцам реализации.
  • Формирование перечня наиболее выгодных товаров.
  • Зависимость текучести кадров от величины зарплаты.
  • Показатели продаж в динамике.
  • И т.д.

Макет

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

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

Пример:

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

Правила построения:

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

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

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

Данные для анализа могут быть любыми, в зависимости от поставленной задачи:

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

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

Выгрузка должна содержать данные, которые содержат ответ на ключевые вопросы конечного пользователя. 

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

Например, основой дашборда может быть следующая таблица:

Здесь выгрузка содержит следующие данные:

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

Перед формированием таблиц надо сделать листы в excel:

  1. Лист с исходными данными назовем «Данные».
  2. Лист со сводными таблицами обычно называют «Таблицы». 
  3. «Отчет» для будущего дашборда.

    Как составить сводные таблицы в dashboard excel:

    • Наведите курсор на любую ячейку в таблице с исходными данными.
    • Выберите в ленте «Вставка».
    • Перейдите к «Сводной таблице».

    • Выберите «Новый лист».

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

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

    Для настройки карточек, KPI, всех таблиц и диаграмм потребуется составить свою таблицу и далее приступить к визуализации.

    Диаграммы

    Сначала выбираем тип диаграммы:

    • Открываем «Конструктор».

    • Переходим в «Изменить тип диаграммы».

        • Из предложенных вариантов выбираем нужные: комбинированные, линейчатые, лепестковые, дерево и т. д.

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

          KPI

          Карточка ключевых показателей формируется на отдельном листе. В нашем варианте это лист «Отчет».

          Для создания карточек, согласно нашему макету, потребуется следующее:

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

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

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

          Как сделать срез:

          • Переходим на лист с таблицами.
          • Выбираем «Вставка».
          • Переходим на «Срез».

          • Отмечаем галочками нужные.

          • На примере отмечены: проекты, менеджеры, период, вид продукта, кварталы.

          Переносим срезы

          Срезы переносятся на лист «Отчет». Порядок действий: В «Подключение к отчетам» проверить и настроить подключение к сводным таблицам – Вырезать – Вставить на лист с отчетом – распределить в соответствии с макетом.

          При необходимости добавляем условное форматирование.

          FAQ

          Что такое вафельная диаграмма в Excel?

          Вафельная диаграмма (Waffle Chart) привлекает внимание пользователей и может применяться для выделения ключевого показателя эффективности. Это один из типов диаграмм, которые обычно используют для визуализации прогресса. Это ячейка 10 ? 10 с ячейками, окрашенными в соответствии с условным форматированием. Сетка представляет значения в диапазоне 1% – 100%, и ячейки будут выделены с условным форматированием, примененным к значениям%, которые они содержат. Она дает быстрый визуальный отчет о том, что вы хотите изобразить, ее просто читать и понимать.

          На каких курсах можно обучиться составлять дашборды профессионально?

              • Институт бизнес аналитики. Онлайн-курс «Бизнес-дашборды в Excel». Курс для аналитиков и менеджеров. Обучают профессиональной визуализации данных, составлению наглядных отчетов для руководства, интерактив на базе сводных таблиц Excel. Стоимость от 9900 руб.
              • Excellentschool. Онлайн-школа визуализации данных, курс «Интерактивные дашборды в Excel». Научитесь создавать профессиональные, понятные, красивые и интерактивные дашборды, которые станут инструментом быстрого принятия качественных решений. Стоимость курса от 7500 руб.
              • SKILLBOX. Курс «Power BI». научитесь строить графики и дашборды, оценивать метрики без помощи программистов. Будете всегда в курсе статистики компании. Стоимость обучения 2933 руб. в месяц при рассрочке на 12 месяцев.

              Какими конструкторами сервисов можно воспользоваться для создания дашборда?

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

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

              • Geckoboard. Сервис для сбора, анализа и визуализации данных. Ориентирован на решение бизнес-задач. Дашборды в конструкторе собираются из отдельных виджетов, в которых отображаются данные из того или иного источника. Сервис платный, стоимость от 28 долл. в месяц. Есть бесплатный тариф, но на нем можно создавать дашборды только на основе данных только из электронных таблиц.

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

              • Дашборд – оперативная интерактивная сводка в режиме реального времени, состоящая из таблиц, графиков, диаграмм.
              • Этот способ представления данных помогает легче воспринимать и анализировать информацию, что значительно упрощает процесс принятия решений.
              • При создании дашборда нужно обработать много информации, статистических данных, вычленить и показать самое важное. Тогда внимание пользователя будет акцентировано на нужной информации, а дашборд будет полезнее и легче для восприятия.
              • Уметь составлять интерактивные дашборды в Excel нужно не только бизнес-аналитикам, но и специалистам многих других направлений деятельности.
              • Примеры визуализации данных в Еxcel, шаблоны дашбордов, можно найти на специальных сайтах в интернете, на уроках самой программы работы с электронными таблицами.
              • Для обучения составления дашбордов на профессиональном уровне, можно пройти специальные курсы.

              Понравилась статья? Поделить с друзьями:
            • What is cvc word
            • What is customize in word
            • What is culture the word culture has many
            • What is culture in one word
            • What is ctrl shift enter in excel