Chart with multiple data in columns and raws

kosciap

New Member
Joined
Jul 7, 2015
Messages
1
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Sales rep[/TD]
[TD]Region[/TD]
[TD]Week 1, no of files[/TD]
[TD]Week 1, sales value[/TD]
[TD]Week 2, no of files[/TD]
[TD]Week 2, sales value[/TD]
[TD]Week 3, no of files[/TD]
[TD]Week3, sales value[/TD]
[/TR]
[TR]
[TD]Amy[/TD]
[TD]North[/TD]
[TD]5[/TD]
[TD]20000[/TD]
[TD]10[/TD]
[TD]50000[/TD]
[TD]15[/TD]
[TD]10000[/TD]
[/TR]
[TR]
[TD]Amy[/TD]
[TD]South[/TD]
[TD]10[/TD]
[TD]30000[/TD]
[TD]15[/TD]
[TD]12000[/TD]
[TD]10[/TD]
[TD]12000[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]North[/TD]
[TD]15[/TD]
[TD]8000[/TD]
[TD]10[/TD]
[TD]18000[/TD]
[TD]15[/TD]
[TD]8000[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]South[/TD]
[TD]5[/TD]
[TD]17000[/TD]
[TD]15[/TD]
[TD]7000[/TD]
[TD]5[/TD]
[TD]15000[/TD]
[/TR]
[TR]
[TD]Sam[/TD]
[TD]North[/TD]
[TD]15[/TD]
[TD]13000[/TD]
[TD]5[/TD]
[TD]15000[/TD]
[TD]10[/TD]
[TD]20000[/TD]
[/TR]
[TR]
[TD]Sam[/TD]
[TD]South[/TD]
[TD]10[/TD]
[TD]6000[/TD]
[TD]10[/TD]
[TD]15000[/TD]
[TD]15[/TD]
[TD]13000[/TD]
[/TR]
</tbody>[/TABLE]

I would like to make a combined chart out of this data, where I have stacked columns for each name, summing up the regions and than a line chart for sales value. I don't know how to make this data "separate". Right now when I try to make the line chart from sales only it takes both no of files and sales so it doesn't make any sense.
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
The new Excel BI tools - Power Query, Power Pivot, Power View does some groovy stuff. It's FREE Add-Ins, but it's only compatible with Office 365 & Office 2013 Pro Plus.
 
Upvote 0
Hi kosciap,

Are you looking to make a chart like this?

Combo-Stacked-Column-Line-Chart.png


Steps to Recreate the Chart:
1) Remove Every other Name so that Excel will create a multi-level category label for the horizontal axis
2) Highlight A1:H7 and create a stacked column chart
3) Switch Row/Column
4) Change all Sales Value Series to Line Chart
5) Change all Sales Value Series to 2nd Axis

More about:
Swtich Rows/Columns: why-does-excel-switch-rows-columns-in-my-chart
Multi-Level Category Axis Labels - fixing-your-excel-chart-when-the-multi-level-category-label-option-is-missing

Let me know if this helps.

Steve=True
 
Upvote 0

Forum statistics

Threads
1,226,100
Messages
6,188,907
Members
453,509
Latest member
Stepanus lejiu

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