How to Set Up a Gantt Chart in Excel

If you just need to set up a gantt chart in excel and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: list tasks with a start day and a duration, then build a stacked bar chart and hide the “start” series — or use the live generator above.

On this page7
ƒxGantt Chart GeneratorLive
ResearchDay 0–4
DesignDay 3–8
BuildDay 7–15
LaunchDay 14–16
Export-ready in the Project Manager's Toolkit · timeline span 16 days
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

A Gantt chart turns a task list into horizontal bars on a timeline, so you can see at a glance what runs when and what overlaps. The classic spreadsheet trick is a stacked bar chart: one invisible series offsets each bar to its start day, and a second visible series draws the duration. Each task needs just a name, a start and a length. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. For “set up a gantt chart in excel”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected chart change, and only then apply the same setup to the full sheet. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That is what makes a visual that makes the number obvious at a glance useful in real work: repeatable, auditable, and not dependent on memory or luck.

A worked example

Four tasks — Research (start 0, 4 days), Design (3, 5), Build (7, 8), Launch (14, 2) — lay out on a 16-day timeline. Research and Design overlap by one day; Build starts as Design finishes. The generator above scales every bar to the longest timeline automatically, so adding a task or stretching a duration redraws the whole chart instantly. A Gantt chart is how a plan becomes a picture everyone can read — stakeholders see the schedule, the team sees the overlaps, and you see the critical path. Building it from a simple table keeps it editable as the plan changes. When the result is not what you expected, undo straight away rather than repairing it by hand — undo restores the sheet exactly, while manual fixes tend to leave small inconsistencies behind that surface later.

In Google Sheets

This is a command rather than a formula, so there is no syntax to carry over. Google Sheets arranges its commands in menus across the top instead of a ribbon, names some of them differently and does not have every Excel command — look for the equivalent in the Sheets menus or its help before assuming the steps match. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top, the tool proves it, and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. If you take one thing from this page on “set up a gantt chart in excel”, make it the order of checks rather than the individual clicks: confirm what is selected, apply the step, and look at the result before moving on. That small routine is what keeps Excel work predictable when the same task comes back in a slightly different workbook.

Common mistakes

  • Plotting end dates instead of durations, which a stacked bar cannot offset correctly.
  • Forgetting to hide the offset series, so every bar starts at day zero.
  • Leaving the task order reversed (Excel plots bottom-up by default).
  • Hard-coding bar positions instead of driving them from start/duration cells you can edit.

Frequently asked questions

Do I need project software for a Gantt?

No — a stacked bar chart, or the generator on this page, produces a clean Gantt from a simple task/start/duration table.

How do I show dependencies?

Set each task’s start to the previous task’s end (=prev_start+prev_duration). The bars then cascade, and changing one shifts the rest.

Can I use real dates?

Yes — use date cells for the start and a duration in days; the same stacked-bar method works with the date axis.

Other ways people ask this

People reach this page typing “gantt chart dependencies excel” and “how gantt chart excel”, among other phrasings; whichever wording you used, the fix above is the one you want.

Why do people search for this in so many different ways?

Because the same task has many names. “gantt chart dependencies excel”, “how gantt chart excel” all point at the one operation explained on this page, which is why they all lead here.