fbpx
Search
Close this search box.

Creating Customer Service Dashboard in Excel [Part 3 of 4]

Share

Facebook
Twitter
LinkedIn

Welcome back. In part 3 of Making a Customer Service Dashboard using Excel let us learn how to create the charts in our dashboard.

Designing Customer Service Dashboard
Data and Calculations for the Dashboard
Creating the dashboard in Excel
Adding Macros & Final touches

Creating Customer Service Dashboard in Excel

Deconstructing the header area – Customer Service Dashboard

I like to keep a header area on all my dashboards. The purpose of header is simple. It shows key summaries and gives the users a sense of what is going on. In our customer service dashboard, the header has various key metrics & their trends, as shown below.

Charts in Header area - Customer Service Dashboard

Constructing the spark-line for trend

Excel 2010 Sparklines for DashboardThe trend of calls for “All” and 2 selected options is shown as sparklines. Sparklines, a new feature introduced in Excel 2010 is very handy and easy to use. All you had to is select the 28 day call volume figures for ALL & 2 selected options and then go to Insert > Sparkline. Select the line sparkline & bingo, the sparklines are added to your workbook. Just cut them and paste them on the dashboard sheet.
Related: Learn how to use Excel 2010 Sparklines for dashboards

Constructing the traffic lights for call resolution

This is done with Conditional formatting. Another favorite feature. First we need to decide the traffic light conditions. In our case, I have defined below rules.

Conditional Formatting Traffic Lights for Customer Service Dashboard
Related: Using Conditional Formatting Traffic Lights for your dashboards

Constructing Satisfaction Rating Chart

Distribution of customer satisfaction ratings is shown as a column chart. This is in fact a sparkline. The data for this is in Calcs!L42:N46. This is calculated using beloved SUMPRODUCT as shown in 2nd installment.

To insert the chart, just select L42:N46 in Calcs sheet and click on Insert > Sparklines (Column) chart. Move the chart to Dashboard sheet.

Related: Learn how to use Excel 2010 Sparklines for dashboards

Deconstructing the Dynamic Comparison Chart

The heart of this dashboard is dynamic chart at bottom. It has a lot going on,

  • You can change the 4 week period for this chart
  • You can select how you want to compare
  • You can select which 2 options you want to compare
  • You can tell what type of chart to show – (call volume, talk time, resolution rate, satisfaction rating & upsell $s)

To explain the dynamism of this chart, I have made a brief video. Please watch it first.
[Watch the video on our Youtube Channel]

So how this chart is made?

Even though we see dynamic chart in our dashboard, it is actually a picture link. This is how the chart works:

  1. From the calculations we have learned in 2nd part, you know that we constructed 28 day information for all 5 charts.
  2. Select each of these 5 types of info & create charts.
  3. We will end up with 5 charts. Place them neatly in empty cells.
  4. Next, define a named range selChart, that returns one of these 5 cell ranges based on which chart user wants.
  5. The definition for selChart is, =CHOOSE(valChartToDisplay,  calcs!$C$73:$H$81, calcs!$C$84:$H$92, calcs!$C$95:$H$103, calcs!$C$114:$H$122, calcs!$C$125:$H$133)

I am sure you can figure out the rest of the details. See this illustration to understand how this chart is made.

Deconstructing the Dynamic chart in Customer Service Dashboard

Download Customer Service Dashboard

Excel 2010 version: Click here to download the dashboard workbook

Excel 2007 version: Click here to download the dashboard workbook

Examine the charts to learn better. Change the drop-downs, date values in dashboard sheet to see how the formulas work.

What next? – Adding final touches to the dashboard

So far, we have learned about the design of this dashboard, calculations behind it & how the charts are put together.

In the final installment, learn about the remaining pieces of the puzzle – VBA code, design tricks & future direction of the dashboard.

What charts you would put in this dashboard?

I liked the challenge of creating one dynamic chart that can show any data & analysis based on user’s wants. But I am sure there are more interesting ways to display call center data. So go ahead and tell me what charts you would include in a customer service dashboard. Bonus points if you can make the dashboard and share it with us. Go ahead and share your thoughts using comments.

Learn more about Dashboards

If you are looking for examples, information & tutorials on Excel dashboards, you are at the best. At Chandoo.org we have elaborate examples, tutorials, training programs & templates on Excel dashboards, to make you awesome. Please go thru below to learn more:

Facebook
Twitter
LinkedIn

Share this tip with your colleagues

Excel and Power BI tips - Chandoo.org Newsletter

Get FREE Excel + Power BI Tips

Simple, fun and useful emails, once per week.

Learn & be awesome.

Welcome to Chandoo.org

Thank you so much for visiting. My aim is to make you awesome in Excel & Power BI. I do this by sharing videos, tips, examples and downloads on this website. There are more than 1,000 pages with all things Excel, Power BI, Dashboards & VBA here. Go ahead and spend few minutes to be AWESOME.

Read my storyFREE Excel tips book

Excel School made me great at work.
5/5

– Brenda

Excel formula list - 100+ examples and howto guide for you

From simple to complex, there is a formula for every occasion. Check out the list now.

Calendars, invoices, trackers and much more. All free, fun and fantastic.

Advanced Pivot Table tricks

Power Query, Data model, DAX, Filters, Slicers, Conditional formats and beautiful charts. It's all here.

Still on fence about Power BI? In this getting started guide, learn what is Power BI, how to get it and how to create your first report from scratch.

Weighted Average in Excel with Percentage Weights

Weighted Average in Excel [Formulas]

Learn how to calculate weighted averages in excel using formulas. In this article we will learn what a weighted average is and how to Excel’s SUMPRODUCT formula to calculate weighted average / weighted mean.

What is weighted average?

Wikipedia defines weighted average as, “The weighted mean is similar to an arithmetic mean …, where instead of each of the data points contributing equally to the final average, some data points contribute more than others.”

Calculating weighted averages in excel is not straight forward as there is no built-in formula. But we can use SUMPRODUCT formula to easily calculate them. Read on to find out how.

4 Responses to “Creating Customer Service Dashboard in Excel [Part 3 of 4]”

  1. [...] dashboard are setup. Designing Customer Service Dashboard Data and Calculations for the Dashboard Creating the dashboard in Excel Adding Macros & Final [...]

  2. […] "teams" from either side to generate the overlapping radar graph. I am loosly basing it on this: Creating Customer Service Dashboard in Excel [Part 3 of 4] | Chandoo.org - Learn Microsoft Excel Onl… Hope someone can help and sorry in advance for perhaps being […]

  3. bart says:

    this is truly one of the most complex dashboards I've ever seen, with the final product served nice and tidy! GRATS.

  4. pavan subhash tirumalasetti says:

    Hi Chandoo,

    I've gone through your CS dashboard. It is awesome. But I'm stuck with linking one chart out of five part. Could u pls suggest any reading on this part in details?

Leave a Reply