Partners filmexxx.link, sextotal.net, ahmedxnxx.com, https://xnxx1xvideo.com, russianxnxx

Highlighting Parts of a Stacked Chart 1

I am excited to write the first post of this year! This post is going to help you simplify your stacked charts. Let’s get started!

 

The problem with Stacked Charts

To set the base for why do we need to highlight data series in the stacked chart, I want to talk about what is wrong with stacked charts

Highlighting Parts of a Stacked Chart 2--> Look at this chart

  1. Too much data at the same time – If you look at the above chart there are 35 data points (7 years x 5 products) all shining bright like my Punjabi Aunty’s wedding dress 😆 Jokes Apart! There is rare probability that you’ll be analyzing all data points together
  2. Since you have too much data to see at once, the colors keep increasing – The more the stacking is done, the more colors are needed to differentiate the bar divisions. Too many colors make the chart distracting and difficult to read
  3. Indirect labeling is another problem in stacked charts – And because the bars get stacked on top of one another, you would have to see the color and then infer the label (which is indirect labeling)
  4. Bars don’t start at the same level – Since the bars are stacked they don’t necessarily start at the same level. It becomes slightly difficult to be more precise when the bars are not starting at the same level

Alright Alright too much bitching about stacked charts .. lets get to the solution !

 

Break the data & show one product at a time

The solution is pretty simple that is to break the chart and focus on one data series at a time. Let’s try and make it a dynamic too!

 

Here is the Data

Highlighting Parts of a Stacked Chart 3

7 Years of Product wise Sales Data. Please note that the empty row between the years and the data is there for a reason, which is the part of the trick and I will explain as we go along. Are we ready?

 

Lets Create a Drop Down with Data Validation

Highlighting Parts of a Stacked Chart 4

Set up a simple data validation list feature to create a drop down

  1. From the Data Tab Click on Data Validation (Shortcut Alt A V V)
  2. Select List and link the source to the product list on the sheet
  3. This will help us pick the product to highlight

 

Simple Vlookup to pull the selected product data

Highlighting Parts of a Stacked Chart 5

  1. The VLookup Formula is pretty simple, please take care of proper cell referencing. I guess you can manage that
  2. Please note that I have created a new row Col Dummy to change the column numbers automatically. Although this is certainly not the most robust way, I agree but in this case we are fine this! Let’s keep moving

 

The Highlighting Logic

Before I dump the trick on to you, let’s understand the logic

Highlighting Parts of a Stacked Chart 9

We need a dummy to support the highlighted product. So the dummy will be the sum of all the product values below the selected product. Now all that we need is a formula to dynamically calculate the sum of all products before the highlighted product

 

The Dummy Formula

Highlighting Parts of a Stacked Chart 6

Note that the Dummy formula is taking the sum of all products before the selected product. If you are more curious about the formula here is the explanation

=SUM(OFFSET(Start from empty cell,,,MATCH(Selected Product, Product List, 0)))

  1. The Offset Function will make a range of all the values before the selected product
  2. The Sum Function will take a total of all the values that are given by offset

And that is exactly that we wanted!

 

Making a Stacked Chart

Highlighting Parts of a Stacked Chart 7

  1. All I have done is made a simple stacked chart with all products data.
  2. Colored all series as grey

 

Time to add the Dummy to the Stacked Chart

Highlighting Parts of a Stacked Chart 8

There are 5 main things to be done

  1. Add the selected product and the dummy to the chart that we have created
  2. Put both of them (selected product & dummy) on Secondary Axis
  3. Change the order of the series in the Select Data Box. The highlighted series should be on top of Dummy
  4. Change the color of Dummy to ‘No Fill’
  5. Fix the axis max point to 250. This will make sure that the axis does not change automatically even if the data changes

And our chart is ready.

    ⬇️ Pop in your Name & Email to get the file!


    More Dynamic Charts

    1. How to add a total bubble at the end of the line chart
    2. Bubble chart Matrix with scroll bar
    3. Stock Ticker Chart in Excel
    4. Economist Chart Reworked – World’s Biggest Economies

     



    Topics that I write about...