stacked chart percentage

LukasPij

New Member
Joined
Aug 31, 2017
Messages
1
[FONT=&quot]Heey guys,

[/FONT]

[FONT=&quot]Does anyone have some experience on the problem below? I am having the following problems when trying to create a stacked chart. I would like to make adjustment in the chart below.

[/FONT]

[FONT=&quot]Since I would like to make a similar chart with different data. For this example, assume the y-axis is different (e.g. % total revenue generated by selling televisions) and that the numbers in the chart stay the same.

I would like to adjust the chart in a way so that I can create a stacked chart, for example i would like to depict in the chart:

1999: 10 % of total revenue generated by selling televisions, of this 10%:
- 40 % plasma tv
- 30 % amoled tv
- 30 % led tv


2000: 11% of total revenue generated by selling televisions, of this 11%:
- 60 % plasma tv
- 20 % amoled tv
- 20 % led tv

[/FONT]

bar-chart-global-sales-of-televisions.png
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
I find it's difficult to make comparisons using stacked column charts but if you want to do it, here's one way. I've just plugged in some dummy numbers for the known values.

I extended the data beyond what is posted here. The known values are in columns A through F. Values in columns H through L are calculated from these known values.

A
B
CDEFGHIJKL
1% of Total TV
2Year
Total RevTotal TVPlasmaAMOLEDLEDAll TVOtherPlasmaAMOLEDLED
31999
12,00010%33%11%56% 1,200 10,800 397 132 671
42000
13,00011%44%13%43% 1,430 11,570 631 186 613
52001
14,00012%49%13%38% 1,680 12,320 818 218 643

<tbody>
</tbody>
Data
Worksheet Formulas
Cell
Formula
H3=B3*C3
I3=B3 - H3
J3=D3*H3
K3=H3*E3
L3=F3*H3

<tbody>
</tbody>

<tbody>
</tbody>

For the first chart, select the data in columns A and I through L. Then on the ribbon, select Insert >> Column Chart >> Stacked Column.

eQsbCIV.png


For the second chart, select the data in columns A and J through L. Insert another stacked column chart.

TmlWYks.png
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,091
Messages
6,128,779
Members
449,468
Latest member
AGreen17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top