PC Review


Reply
Thread Tools Rate Thread

Ambitious Gantt chart

 
 
=?Utf-8?B?QmFzaWw=?=
Guest
Posts: n/a
 
      18th Aug 2005
Hiya,

I am creating a Gantt chart in Excel to show the tasks in an aircraft
turnaround:

The timeline is from 18:00 when the aircraft stops at the terminal gate to
20:30 when the plane pushes back from the gate (and heads to the runway).

All of the tasks in the Gantt chart are the various processes involved on
the turnaround, for example cleaning, security check, fuelling, etc.

So far this is very doable using techniques offered by Jon Peltier and many
other sources.

However, there are two things I'd like to add that I just can't get my head
around:

1. I'd like to capture some items that have no duration, such as push back
time/ pilot arrival time. I assume I am using the right method by pasting
another series in, but I just can't get it to work. I'd like these to be
stars rather than bars. Any ideas?

2. This is the ambitious bit! What I am trying to use this for is to compare
the timelines of the actual process compared to what is planned for. For this
I would like to have such a Gantt chart with two bars/stars for each task -
one bar for the planned (coloured in gray), and overlapping this I would like
a blue bar with the achieved timescales.

Can anyone help me on this - it would really be useful as an ongoing tool (I
have set something up so that the user can select whether they want to see
the performance on a particular day, an average over any timeperiod they
specify, etc). Also, I would like to be able to add this within an Access
database - anyone know if Access can handle it (assuming Excel can in the
first place!).

Thanks everyone,

Basil
 
Reply With Quote
 
 
 
 
Jon Peltier
Guest
Posts: n/a
 
      18th Aug 2005
Hi Basil -

1. The added series would be an XY series, as used for milestone markers
in this example:

http://peltiertech.com/Excel/Charts/GanttChart.html

2. This requires a more intricate data arrangement. Essentially you keep
the stacked bar chart, but you need to incorporate points between the
visible bars to serve as gaps. Arrange the data like this:

Start Plan Actual
Blank 18:00
Task 1 Plan 18:00 0:20
Task 1 Actual 18:00 0:21
Blank 18:00
Task 2 Plan 18:20 0:10
Task 2 Actual 18:21 0:14
Blank 18:00
Task 3 Plan 18:30 0:05
Task 3 Actual 18:35 0:04
Blank 18:00

Create the stacked bar chart, leaving the word Blank in the appropriate
cells until Excel has drawn the chart. The Start series is formatted
with no border and no fill, the Plan series is gray filled, and the
Actual is Blue Filled.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______


Basil wrote:

> Hiya,
>
> I am creating a Gantt chart in Excel to show the tasks in an aircraft
> turnaround:
>
> The timeline is from 18:00 when the aircraft stops at the terminal gate to
> 20:30 when the plane pushes back from the gate (and heads to the runway).
>
> All of the tasks in the Gantt chart are the various processes involved on
> the turnaround, for example cleaning, security check, fuelling, etc.
>
> So far this is very doable using techniques offered by Jon Peltier and many
> other sources.
>
> However, there are two things I'd like to add that I just can't get my head
> around:
>
> 1. I'd like to capture some items that have no duration, such as push back
> time/ pilot arrival time. I assume I am using the right method by pasting
> another series in, but I just can't get it to work. I'd like these to be
> stars rather than bars. Any ideas?
>
> 2. This is the ambitious bit! What I am trying to use this for is to compare
> the timelines of the actual process compared to what is planned for. For this
> I would like to have such a Gantt chart with two bars/stars for each task -
> one bar for the planned (coloured in gray), and overlapping this I would like
> a blue bar with the achieved timescales.
>
> Can anyone help me on this - it would really be useful as an ongoing tool (I
> have set something up so that the user can select whether they want to see
> the performance on a particular day, an average over any timeperiod they
> specify, etc). Also, I would like to be able to add this within an Access
> database - anyone know if Access can handle it (assuming Excel can in the
> first place!).
>
> Thanks everyone,
>
> Basil

 
Reply With Quote
 
=?Utf-8?B?QmFzaWw=?=
Guest
Posts: n/a
 
      19th Aug 2005
As always Jon, you are the Don!

It's a shame we can't merge the axis ticks/tick labels, but it isn't
important (by deleting the 'actual' label as well as the blank, I can have
'Task 1' et al. top aligned to it's two bars. With a fixed task list size, I
could always remove ticks and use textboxes that point to the cells wholding
the task names.)

Thanks also for publishing my query on the bus loads graph in April's
TechTrax, I felt proud to have contributed to a worthy article!

Basil


"Jon Peltier" wrote:

> Hi Basil -
>
> 1. The added series would be an XY series, as used for milestone markers
> in this example:
>
> http://peltiertech.com/Excel/Charts/GanttChart.html
>
> 2. This requires a more intricate data arrangement. Essentially you keep
> the stacked bar chart, but you need to incorporate points between the
> visible bars to serve as gaps. Arrange the data like this:
>
> Start Plan Actual
> Blank 18:00
> Task 1 Plan 18:00 0:20
> Task 1 Actual 18:00 0:21
> Blank 18:00
> Task 2 Plan 18:20 0:10
> Task 2 Actual 18:21 0:14
> Blank 18:00
> Task 3 Plan 18:30 0:05
> Task 3 Actual 18:35 0:04
> Blank 18:00
>
> Create the stacked bar chart, leaving the word Blank in the appropriate
> cells until Excel has drawn the chart. The Start series is formatted
> with no border and no fill, the Plan series is gray filled, and the
> Actual is Blue Filled.
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Peltier Technical Services
> Tutorials and Custom Solutions
> http://PeltierTech.com/
> _______
>
>
> Basil wrote:
>
> > Hiya,
> >
> > I am creating a Gantt chart in Excel to show the tasks in an aircraft
> > turnaround:
> >
> > The timeline is from 18:00 when the aircraft stops at the terminal gate to
> > 20:30 when the plane pushes back from the gate (and heads to the runway).
> >
> > All of the tasks in the Gantt chart are the various processes involved on
> > the turnaround, for example cleaning, security check, fuelling, etc.
> >
> > So far this is very doable using techniques offered by Jon Peltier and many
> > other sources.
> >
> > However, there are two things I'd like to add that I just can't get my head
> > around:
> >
> > 1. I'd like to capture some items that have no duration, such as push back
> > time/ pilot arrival time. I assume I am using the right method by pasting
> > another series in, but I just can't get it to work. I'd like these to be
> > stars rather than bars. Any ideas?
> >
> > 2. This is the ambitious bit! What I am trying to use this for is to compare
> > the timelines of the actual process compared to what is planned for. For this
> > I would like to have such a Gantt chart with two bars/stars for each task -
> > one bar for the planned (coloured in gray), and overlapping this I would like
> > a blue bar with the achieved timescales.
> >
> > Can anyone help me on this - it would really be useful as an ongoing tool (I
> > have set something up so that the user can select whether they want to see
> > the performance on a particular day, an average over any timeperiod they
> > specify, etc). Also, I would like to be able to add this within an Access
> > database - anyone know if Access can handle it (assuming Excel can in the
> > first place!).
> >
> > Thanks everyone,
> >
> > Basil

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: WPF - Gantt Chart Haka Microsoft C# .NET 1 25th Nov 2010 01:22 AM
gantt chart JohnE Microsoft Access Form Coding 2 1st Sep 2008 10:59 PM
A real challenge: Create a Gantt-chart-like chart gnewsgroup Microsoft ASP .NET 4 6th Feb 2008 02:27 PM
Re: Gantt chart Jon Peltier Microsoft Excel Charting 0 6th Aug 2005 11:32 PM
Grouping in a chart (Gantt Chart) Tony Microsoft Excel Programming 1 9th Sep 2004 12:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:55 AM.