Help to make a stacked bar chart to ilustrate a process

Sebastian K.

New Member
Joined
Jul 19, 2011
Messages
16
Hi

I'm trying to make stacked bar chart, more or less like a gantchart, to ilustrate a production.

I've got 2 identical productions running which are offset so that one crew can maintain both productions. Each production consist of a number of steps, 1 to 11.

What I want is to create a stacked bar chart with a stack for each production, ilustrating the when the different processes in each production occures with the time line on the x-axis.

At the moment I've got the data presented like this but I can't get the bares to stack correctly.

ScreenHunter_01%252520Aug.%25252010%25252010.41.gif


Any body got any suggestions?

Best regards
Sebastian
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Are the times in your table the start times? You need to plot durations. The first step starts later than zero? You need a duration for step zero, and you can make ths bar transparent if you want (no fill, no border).

Set up your data like this:

Code:
               Step 0  Step 1  Step 2  Step 3  Step 4  Step 5  etc.
Production 1    1:00    1:00    1:00    1:00    4:00    1:00   etc.
Production 2    1:00    2:30    1:00    0:50    1:00    1:00   etc.

Make a stacked chart, with series in columns.
 
Upvote 0

Forum statistics

Threads
1,224,588
Messages
6,179,743
Members
452,940
Latest member
rootytrip

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