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.
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. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “excel formula gantt chart”. Start on a copy or a tiny sample, keep the affected chart visible, and compare the result with the tool above before you touch the real workbook. 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. The point is a visual that makes the number obvious at a glance, but the practical win is that someone else can open the file and understand what happened without asking you.
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. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.
In Google Sheets
Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. The short version of “excel formula gantt chart”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.
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
This is also commonly searched as “excel gantt chart”, “gantt charts in excel”, “gantt chart with excel” and “excel free gantt chart”. They describe the identical operation, so you are in the right place no matter how you phrased it.
Why do people search for this in so many different ways?
Because the same task has many names. “excel gantt chart”, “gantt charts in excel”, “gantt chart with excel” all point at the one operation explained on this page, which is why they all lead here.