Group Smaller Slices in Pie Charts to Improve Readability

Share

Facebook
Twitter
LinkedIn

Jon Peltier can stand on his roof and shout in to a megaphone “Use Bar Charts, Not Pies“, but the fact remains that most of us use pie charts sometime or other. In fact I will go ahead and say that pie charts are actually the most widely used charts in business contexts.

Today I want to teach you a simple pie chart hack that can improve readability of the chart while retaining most of the critical information intact.

We will take the pie chart on left and convert it to the one on right. The beauty of this trick is, it is completely automatic and all you have to do is formatting.

Automatically Group Smaller Slices in Pie Charts

Interested? Then just follow these steps. [more examples and commentary on pie charts]

1. Select Your Data Create a Pie of Pie Chart

Just select your data and go to Insert > Chart. Select “Pie of Pie” chart, the one that looks like this:

pie of pie chart in excel

At this point the chart should look something like this:

Pie of pie chart - example

2. Click on any slice and go to “format series”

Click on any slice and hit CTRL+1 or right click and select format option. In the resulting dialog, you can change the way excel splits 2 pies. We will ask excel to split the pies by Percentage. (In excel 2003, you have to go to “options” tab in format dialog to change this).

Split pie charts by percentage

Select “Split series by” and set it to “percentage”. Specify the percentage value like 10%.

3. Format the Second Pie so that it is Invisible

Individually select each slice in the second pie and set the fill color to “none”. You can speed up this step by setting first slice’s fill color to none and then using F4 key to repeat the last action (ie setting color to none) on other slices.

Group Smaller Slices in Pie Charts to Improve Readability

That is all. We have successfully converted a gazillion sliced pie chart to something meaningful and simple.

Additional commentary on Pie charts

Pie chart is not the devil, a pie chart that fails to tell the story is. I think we make pie charts because they are safe. Next time you set out to make a pie chart, I suggest you to spend a minute and think about,

  • What is it that I am trying to tell here?
  • How can a Pie chart help my audience understand my point?
  • Can I use an alternative to pie chart?

I can promise you that in most situations using an alternative is better and easier than you thought. After all, that is why Peltier is on his roof.

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.

One Response to “How to compare two Excel sheets using VLOOKUP? [FREE Template]”

  1. Danny says:

    Maybe I missed it, but this method doesn't include data from James that isn't contained in Sara's data.

    I added a new sheet, and named the ranges for Sara and James.

    Maybe something like:
    B2: =SORT(UNIQUE(VSTACK(SaraCust, JamesCust)))
    C2: =XLOOKUP(B2#,SaraCust,SaraPaid,"Missing")
    D2: =XLOOKUP(B2#,JamesCust, JamesPaid,"Missing")
    E2: =IF(ISERROR(C2#+D2#),"Missing",IF(C2#=D2#,"Yes","No"))

    Then we can still do similar conditional formatting. But this will pull in data missing from Sara's sheet as well.

Leave a Reply