How to Superimpose 2 Stacked Column Charts

monhue2

New Member
Joined
Jul 7, 2014
Messages
3
[h=3]I have two stacked column charts (with no gaps for gap width between the columns) that have identical X- and Y-axes with same intervals. One graph is displayed in red (phase 1), while the other graph is displayed in blue (phase 2). When the graphs are superimposed, there will be some areas that are overlapped. How do I superimpose these two graphs as well as still show both the red and blue in intersecting areas? The following are two sample data set for the two column charts. The overlapping will occur in Apr-Jul 2015. I don't think I can combine the information to one graph because when I do that, one of the graphs is stacked on top of the other graph. I want both graphs to start on the X-axis line, so then I can see the overlap between the two colors.


PHASE 1[/h][TABLE="width: 500"]
<tbody>[TR]
[TD]Year[/TD]
[TD]Month[/TD]
[TD]Project A[/TD]
[TD]Project B[/TD]
[/TR]
[TR]
[TD]2014[/TD]
[TD]Jul[/TD]
[TD]150[/TD]
[TD]105[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Aug[/TD]
[TD]150[/TD]
[TD]105[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Sep[/TD]
[TD]150[/TD]
[TD]105[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Oct[/TD]
[TD]150[/TD]
[TD]105[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Nov[/TD]
[TD]150[/TD]
[TD]105[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Dec[/TD]
[TD]150[/TD]
[TD]105[/TD]
[/TR]
[TR]
[TD]2015[/TD]
[TD]Jan[/TD]
[TD]150[/TD]
[TD]105[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Feb[/TD]
[TD]150[/TD]
[TD]105[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Mar[/TD]
[TD]150[/TD]
[TD]105[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Apr[/TD]
[TD]150[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]May[/TD]
[TD]150[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jun[/TD]
[TD]150[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jul[/TD]
[TD]150[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Aug[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Sep[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Oct[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Nov[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Dec[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


Phase 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Year[/TD]
[TD]Month[/TD]
[TD]Project A[/TD]
[TD]Project B[/TD]
[/TR]
[TR]
[TD]2014[/TD]
[TD]Jul[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Aug[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Sep[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Oct[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Nov[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Dec[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2015[/TD]
[TD]Jan[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Feb[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Mar[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Apr[/TD]
[TD][/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]May[/TD]
[TD][/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jun[/TD]
[TD][/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jul[/TD]
[TD][/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Aug[/TD]
[TD]300[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Sep[/TD]
[TD]300[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Oct[/TD]
[TD]300[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Nov[/TD]
[TD]300[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Dec[/TD]
[TD]300[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
One way to do this is create a data table that combines the two Phase data sets and calculates the overlap as another series like below. Then chart the recalculated table (yellow cells).

<br />
Book1
ABCDEFGHIJKL
1RecalculatedRaw Data
2Phase 1OverlapPhase2Phase 1Phase2
3YearMonthProject AProject BProject A-BProject AProject BProject AProject BProject AProject B
42014Jul15010500015010500
5Aug15010500015010500
6Sep15010500015010500
7Oct15010500015010500
8Nov15010500015010500
9Dec15010500015010500
102015Jan15010500015010500
11Feb15010500015010500
12Mar15010500015010500
13Apr00150035015000500
14May00150035015000500
15Jun00150035015000500
16Jul00150035015000500
17Aug00030050000300500
18Sep00030050000300500
19Oct00030050000300500
20Nov00030050000300500
21Dec0003000003000
Sheet1
Cell Formulas
RangeFormula
C4=I4-E4
E4=MIN(I4,L4)
G4=L4-E4
 
Upvote 0
I think this way might get complicated when I have nearly 90 projects to plot in a graph. I was thinking that when you combine two charts together, the overlapping areas would look something like this where you can see both colors.:

Is it possible to do that in excel?

No I don't think so.
 
Upvote 0
I learned that 3D graphs can actually layer, and you can adjust the transparency of one of the layers to see both colors. Is there a way to combine two chart types: '3-D Column' and 'Stacked Column in 3-D'? In my example, project B will stack on project A. But there will be two layers: one layer for Phase 1 and another layer for Phase 2.
 
Upvote 0

Forum statistics

Threads
1,223,248
Messages
6,171,011
Members
452,374
Latest member
keccles

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