Gantt in 60 seconds – churn out an excel project plan in no time

One of the most frequent tasks for any manager is “planning”, be it putting together a hiring schedule or designing a jumbo jet, it all starts with a simple project plan and gantt chart is simple and intuitive representation of the same. But how to make a gantt chart in excel without writing too many formulas or adding conditional formats? Do not worry! with the simple trick we are going to learn today, you will be able to “gantt in 60 seconds”
You dont have even 60 seconds, worry not, download the free gantt chart template and get your project plan ready in 6 seconds.
For our example purposes, we will look at a fictitious project plan shown below:

Even though you can use this trick to pretty much any data format, it works better when the project plan is structured around how I represented it above.
Now lets build a gantt chart in 60 seconds, get your stopwatches out and get, set …. GO!
1. Create a bar graph
Select the data part of your plan (ie all the cells except header row in the above table) and click on chart icon in excel. Select “bar chart” as chart type and “stacked bar 2d” as sub-type (2nd left on the top row) as shown here.

Click finish. At this point your gantt chart should look like this:

2. Transform your bar graph to gantt chart
Now we will convert this stacked bar graph to a gantt chart by using chart formatting options.
- First we will reverse the way data is charted, so that it looks like a gantt chart. For this we need to right click anywhere on the “y-axis” of the graph and select “format” option. Go to “scale” tab and check “Categories in reverse order” option.
Click ok, now out gantt chart should look like this:
btw, what is the time on that stop clock, 34 seconds, well, thats just fine, we have got plenty of time to spruce this up.
- Now, lets get rid of first data series so that our graph looks more like gantt chart. Select the first data series of your chart (should be in violet blue color
), right click and go to “format data series” option.
Select “none” for “border” and “area” options in the “patterns” tab. This will make sure that the first series is invisible, so we see second data series floating on the chart, thus making it look almost like a gantt chart.

Go to “data labels” tab and check “category name” option. This will make sure our gantt chart will show labels (but on the now invisible first data series)

Click ok, at this point our gantt chart should look like this:
- Finally we will adjust labels and backgrounds to convert this to a perfect gantt chart
- First lets remove the legend box on the right by selecting it and hitting “del” key.
- Now, lets also remove the y-axis since labels are visible on data-series 1. Just click on the y-axis (or category axis) and hit “del” again.
- Lets adjust the alignment of the data labels on series 1 so that they are properly visible. Right-click on the data labels and select “format” option. Go to “alignment” tab in the dialog and select “Right” for horizontal alignment and “inside end” for label position. This will ensure that our data labels are right aligned and shown at the end of data series 1, ie closer to the actual series 2 (duration of the task). See the below screen cap for more help.
- Lets also remove the plot back ground to remove the annoying grey color from our gantt chart. Just click on the grey color anywhere and hit “del”. While we are at it, you can also change the line color of x-axis (the days) to white or transparent to reduce the eye sore.
- Finally, lets adjust the plot area size so that we can read all the data labels and everything looks normal.
At this point our gantt chart should look something like this:
If you still have few seconds left, you can tweak the chart format to make it look better. I had 3 more seconds left, so I tried this
Feel free to download the free gantt chart template and see how to create gantt charts using excel bar graphs.
Bonus tips for enthusiastic excel experimenters:
1. Adjust the grid line format to make them more subtle
2. Select a particular task’s data point and change its color to emphasize progress / stalled statuses
3. Enhance this to add another column with no. of resources (or difficulty etc.), add this to the stacked chart and make it invisible just like series 1, but show the data labels.
4. You get the picture… so start gantting…
Also read:
Learn how to create project plans / gantt charts using conditional formatting
Create art grade excel charts with these 73 designer templates
Other uber cool excel tricks to make your colleagues zealous and your boss happy
Trackbacks & Pingbacks
- Pingback by Paste like a Pro - 17 excel pasting tricks you should know | Pointy Haired Dilbert - Chandoo.org on July 2, 2008 @ 9:31 pm
- Pingback by Min Max Charts - Show Spread of the Data - Excel Tutorial and Template | Pointy Haired Dilbert: Charting & Excel Tips - Chandoo.org on November 6, 2009 @ 8:08 pm
Comments
RSS feed for comments on this post. TrackBack URI
Leave a comment
If you have a question, please ask in the forums






At Pointy Haired Dilbert, I have one goal, "to make you awesome in excel and charting". PHD is started in 2007 and today has 300+ articles and tutorials on using excel, making better charts. 




Very interesting and very useful… am toying with this now… man, u always have something really useful.. great…
one question – i usually have “dates” on my project schedules (on the X-Axis, i mean)… instead of “days”… Getting that, is looking a bit tricky from my initial trials… Will let u know if i figure some way… if u have any thoughts, add in…
Cheers
OK, i figured a way… the two columns will just have to be “Start DATE” and “number of DAYS”… Almost solves it off… Figuring a way to include EST / EFT etc.
@Sastry .. thanks for the comments, yeah, I figured many of us actually have dates on the plans. It could be little tricky working with dates but as you proved in the next comment, you can do that by merely replacing the 2 columns with startDate and no. of days.
It would be great if you can share your way when you figureout how to get the EST / EFT et al in the gantt…
“Gantt in 60 seconds” Hehehe, I saw what you did there…
Hi, I’m working on a variation of this gantt chart and like Sastry I figured out a way to graph actual timepoints on the x-axis (instead of nominal timepoints). I’m trying to keep the chart dynamic. Taking advantage of the common method involving names and the offset function, I want my chart to expand or contract depending on the amount of data a user inputs into a source data table. The problem is that since I’m plotting actual dates on the x-axis, Excel automatically scales the x-axis for me. This is pretty annoying since Excel will always over-estimate and the scale will be bigger than I want it to be (ie first task starts Jan 2009 but Excel sets the min value as Jan 2007.) I know you can manually set the min and max values on a scale, but this would defeat the purpose of keeping the chart dynamic. I’ve seen a couple solutions that makes use of vba to create a dynamic scale…wondering if there’s a simpler way? Any help would be greatly appreciated.