Show Details On-demand in Excel [Tutorial + Training Program]

Share

Facebook
Twitter
LinkedIn

Yesterday, we have seen a beautiful example of how showing details (like distribution) on-demand can increase the effectiveness of your reports. Today, we will learn how to do the same in Excel.

Before jumping in to the tutorial,

In this post, I have explained one technique of using charts + VBA to dynamically show details for a selected item. There are 4 other ways to do the same – viz. using cell comments, pivot charts, group / un-group feature and hyperlinks. I have made a 45 minute video training explaining all the 5 techniques in detail. Plus there an Excel workbook with all the techniques demoed. You can get both of these for $17.

Click here to get the video training – Showing on-demand details in Excel

[Alternative payment link]

How does the on-demand details chart work – demo:

This is a replica of yesterday’s chart from Amazon. When you click on any cell inside the Items + Rating table, the corresponding items review break-up is shown in the chart aside.

Show details on-demand in Excel - Demo

Creating this chart in Excel – Step-by-step Instruction

So you are ready to learn how to do this chart? Great, grab a cup of coffee or tea and get started.

1. Understanding the data

This is how I have setup the source data for the chart. It has 3 columns – Item name, Reviewer ID and Rating. Each item has several ratings from several different reviewers. And our goal is to summarize all these ratings.

Data for the chart - on-demand charts in Excel

All this data is in the range Table1. We will use structured references [what are they?] in formulas to keep them readable.

2. Setting up the Item & Rating Table

The first step is to show a table with all the products we sell and their corresponding average rating. We will then add the circle indicators at the end to visually show the rating.

Item and Rating Table - Explanation - On-demand Charts in Excel

Calculating the averages using AVERAGEIF() formula:

The formula is quite simple. Assuming the product names are in C5:C13,

We just write =AVERAGEIF(Table1[Item],C5,Table1[Rating]) for first product’s average. Fill the rest by dragging the formula down.

Displaying Circles:

Circle Symbols - Wingdings 2 font - excelThere are no star symbols in the default fonts. But we have circles – a full circle, an empty circle and a donut to indicate half-circle. These symbols are available in Wingdings 2 font. We will use an incell chart to display the circles. Assuming the rating is 2.83, we need to print 2 full circles, one donut and 2 empty circles. [related: inserting symbols in to Excel workbooks]

The formula is quite simple. Since the ratings are in D5:D13, the formula becomes,

=REPT(fullCircleSymbol,INT(D5)) & REPT(donutSymbol,(INT(D5)<>D5)+0) & REPT(emptyCircleSymbol,INT(5-D5))

Naming this grid

Now that we are done with the rating grid, let us name it – rngReviews.

3. Finding out which cell is selected

Now comes the macro part.

Before jumping in to the code, take a sip of that coffee. It is getting cold.

When a user selects any cell inside rngReviews, we need to findout which product it is so that we can load corresponding details.

The macro logic is quite straight forward.

  1. On Worksheet_SelectionChange, check if the ActiveCell overlaps with rngReviews
  2. If so,
    1. findout the relative row number of ActiveCell with respect to topmost row in rngReviews (ie the position of selected cell inside rngReviews)
    2. Put this value in to a cell on worksheet – say E28

The macro code can be found in the downloaded workbook. Here is an image of macro code.

4. Using the macro output to drive…,

We need to use the value E28 to do 2 things.

  1. Highlight the corresponding row in the rngReviews using conditional formatting.
  2. Findout the corresponding product using INDEX formula.

I am leaving both of these to your imagination.

5. Calculating Product – Rating Breakup

In order to show details for the product, we must calculate the corresponding breakup of ratings (ie how many 1 star, 2 star … 5 star reviews the product got).

I am leaving the formulas for this to your imagination. But when you are done, make sure your output looks like this:

Calculating Product-wise Rating Breakup - On-demand charts in Excel

(hint: use COUNTIFS formula).

6. Create a Chart to show Rating Break-up

This is the last one before we put everything together. Just follow below 5 steps.

  1. Select the 3 columns – Rating type, number of reviews, total reviews and create a bar chart (not stacked bar chart). In my workbook, this data is in the range C29:E34 in the sheet “Rating Summary”.
  2. Reverse the order of categories as Excel shows them upside down. For this select the vertical axis and hit CTRL+1 (or go to axis options from right click menu). Here check the “Show categories in reverse order” option. Also remove the chart legend.
  3. Set both series of the chart such that they completely overlap each other [image]. Adjust the gap width to 50%. Also, adjust the order of the series from Chart’s source data options [image].
  4. Remove grid lines, axis line and horizontal axis. Format the chart colors to your pink and translucent green (really!).
  5. Re-size the chart, add title, add labels, remove border. You need to use dynamic titles.

How to make the product rating details chart - 5 steps - on-demand charts in Excel

7. Put everything together

Now is the time to put everything together and test. Move the chart close to the rating table. Test it by clicking on any value inside table.

You can also do some colorful formatting if you prefer.

Show details on-demand in Excel - Demo

Finish the coffee and show-off the chart to a colleague or boss. Bask in glory.

Download Example Workbook – On-demand Details in Excel

Click here to download the workbook with this example. Play with it to understand how this chart works.

Note: You must enable macros to use the file.

Note2: If the file does not open on double-click, just open Excel (2007 or above) and drag the file inside to Excel.

Learn this + 4 other techniques using Video Training,

In this post, I have explained one technique of using charts + VBA to dynamically show details for a selected item. There are 4 other ways to do the same – viz. using cell comments, pivot charts, group / un-group feature and hyperlinks. I have made a 45 minute video training explaining all the 5 techniques in detail. Plus there an Excel workbook with all the techniques demoed. You can get both of these for $17.

Click here to get the video training – Showing on-demand details in Excel

[Alternative payment link]

How do you like this chart?

Ever since I learned this technique from a good friend, I have been using it in dashboards & complex models to make them more user friendly.

What about you? Did you like this technique? Where are you planning to use it? Please share your views & ideas using comments.

More Resources to One-up your Chart Awesomeness

Want more, here is 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

Overall I learned a lot and I thought you did a great job of explaining how to do things. This will definitely elevate my reporting in the future.
Rebekah S
Reporting Analyst
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.

17 Responses to “Custom Number Formats – Colors”

  1. Duncan says:

    You are right, Chandoo. I was playing with the colour numbers last week and some of them don't appear different from each other. Others are totally different from yours.

  2. Hui... says:

    @Duncan
    Each version of Excel, post 2003, renders colors slightly differently
    Different language versions may also have different default color palettes

  3. polo says:

    Hello in french
    excel 2010
    colo1 = couleur1 = black
    [couleur1]; [couleur2]; etc..

  4. Andras Ujszaszy says:

    @Hui, thank you very much again for this great post.
    However - under Excel 2007, Hungarian version your solution does not work with color names. I've tried both English and Hungarian names, but drops an error message "not valid formats"

    Do you have any idea how to solve this issue?
    thanks in advance

    • Hui... says:

      @Andras

      Without a Hungarian version of Excel 2003 I don't think I can assist

    • Sarah says:

      Have you tried using the colour numbers? I couldn't get the names to work (despite using an english version of excel). but it did work with the numbers though. I left out the "u" and was easily able to produce burgundy using [color9]

    • Florinel says:

      Here a possible solution: find an English version of Excel, write there the formats using English names, then open the file in the Hungarian version and see the translation.

  5. Nigel says:

    In Excel 2007 I can't get the colour names to work e.g Sea Green but the numbers do e.g color3 - colour3 does not work so I must bow to the country that has stolen my language (ha ha!)

  6. Hey chandoo, nice Tip!
    Wouldn't be easier just apply some conditional formatting for negative numbers and another for positive numbers? Or there's some cases that you can't do that?

  7. Unfortunately the TEXT function doesn't color the cell as number formatting does.

  8. Khalid NGO says:

    Hi Hui,
    Great post Sir, love the new way of formatting with color numbers.
    I am using 2007, and it leads me to the last color number 56.

    Thanks Hui.

  9. […] explains how to set up custom number formats with a wide array of […]

  10. Colin says:

    Thanks Hui - works a treat!

  11. John Smith says:

    Thank you, very helpful.
    Trying to figure out if it is possible to apply color only to a part of the cell?

    E.g. I have a value formatted as Accounting with a currency symbol.
    Those I find somewhat distracting though necessary. If I could make them less obtrusive by coloring them gray while the number would stay black, that would be great. Tried tinkering with the format string, but didn't get the desired result. Single color for complete cell value works, but coloring just part of it could not be achieved. Maybe somebody managed that?

  12. Shaun says:

    Exactly what I was looking for - thank you!

  13. colour in the Australian doesn't work - we have to go American and no problem.
    I always thought is was 56 colours notice you have 57. Cool.

    thanks
    Analir Pisani
    Customised Microsoft Office Training Specialist
    Sydney - Australia
    http://www.azsolutions.com.au

  14. Me Myself says:

    Thank You!

Leave a Reply