Hi,
I need to create a Gantt chart having 5 series and a certain number of categories. However, every category may not be represented in every series.
To make it clearer:
Let's say I have 3 projects (the categories). Generally, each project would go through 5 different phases (the series), and I want to represent the time taken for each phase of each project. However, some projects may not go through all the phases.
Proj 1 | ===== phase 1
| ======== phase 2
| ========= phase 3
| ====== phase 4
| ======== phase 5
|
Proj 2 | ========
| ============
........and so on. I hope I've conveyed this properly.
Any ideas as to how I can do this?
I know it sounds a bit complicated, will provide clarification as best as possible.
Thanks.
Tarun