Kind-of-Lost
·OR Tools
·Project Scheduler
·Excel template
·Support
There are two ways to build a Gantt chart in Excel. The one every tutorial teaches turns a stacked bar chart into something that looks like a Gantt chart. It works, and I walk through it below, because sometimes a picture for a slide is all you need. The other way is to let the spreadsheet work out the dates and draw the bars itself, which is what the free template on this page does — and it then shows the thing neither method usually does: the days your plan quietly assumes more people than you actually employ.
Download the template (.xlsx)No email, no signup. Works in Excel and Google Sheets.
This is the method behind almost every “how to make a Gantt chart in Excel” result, and it is worth knowing because it needs no template at all.
The same five steps work in Google Sheets, with the chart editor in place of the ribbon.
It draws a picture of dates you typed. It does not know that task 12 cannot start until task 7 finishes, so when task 7 slips by three days — and it will — you retype every start date downstream by hand, and the chart happily redraws whatever you typed, mistakes included. It also has no idea that four tasks in week six all need the same electrician. That is not a flaw in the tutorial: a bar chart is a drawing, and a drawing cannot hold a rule.
If the plan is going to change even once, it is worth having the dates calculated rather than typed. That is the second method.
It draws the plan you describe. It will not reshuffle the work to fit your crew — no spreadsheet formula can, because that problem is NP-hard and needs a solver. That is what the free resource leveling and critical path scheduler is for: upload this same file and it hands it back with the dates rearranged, the red gone, and a straight answer on what your real headcount costs you in days.
12
means finish-to-start. 12FS+3 adds three days of lag,
7SS starts with task 7, 4FF-2 finishes two days
before task 4 does.Limits: 60 tasks and 95 days in the template. List a task below the tasks it depends on — the Check column tells you when you haven't.
Does Excel have a built-in Gantt chart? No. There is no Gantt chart type in the Insert menu — every method, Microsoft's own guidance included, is a stacked bar chart with the first series hidden.
Will this work in Google Sheets? Yes. The template's formulas and conditional formatting both survive the import, and the manual method above works there too.
How do I show the critical path? A spreadsheet will not find it for you — that needs a forward and a backward pass over the whole network. Upload this same file to the free critical path and resource leveling scheduler and it comes back with the critical tasks marked and the float on every other one.
Can I get it into MS Project? The scheduler exports MS Project XML, so the round trip is: build the plan here, solve it there, open it in Project.