How to Create a Simple Gantt Chart in Excel

Streamlining projects with Gantt charts can be a game-changer, and creating one in Excel, a tool most of us are familiar with, makes it even more accessible. Let's dive into how to make a simple Gantt chart in Excel, enhancing your project management skills and visualizing tasks like a pro.

How to make Gantt chart in Excel (step-by-step guidance and templates)
How to make Gantt chart in Excel (step-by-step guidance and templates)

Whether you're a project manager, a freelancer, or a student, a Gantt chart is a versatile tool that helps you plan, track, and analyze your tasks and deadlines. So, let's get started with creating your first Gantt chart in Excel.

How to Use Timeline Gantt Chart in Excel
How to Use Timeline Gantt Chart in Excel

Setting Up Your Excel Workbook

Before we start creating our chart, let's set up our Excel workbook to accommodate our Gantt chart.

3 Easy Ways To Make a Gantt Chart (+ Free Excel Template)
3 Easy Ways To Make a Gantt Chart (+ Free Excel Template)

First, delete any existing data in the first sheet. Then, label the columns as follows:

  • Column A: Task Description
  • Column B: Start Date
  • Column C: End Date
  • Column D: Duration (Automatically populated)
  • Column E: Dependencies (Optional)
Free Gantt Chart Template For Excel 2007 In the event that you manage a team employee or busy...
Free Gantt Chart Template For Excel 2007 In the event that you manage a team employee or busy...

Entering Tasks and Dates

Now, enter your tasks in Column A, and the respective start and end dates in Columns B and C. For duration, use Excel's DURATION function in Column D (e.g., "=DURATION(B2,C2)"). For dependencies, you can list precursors to tasks in Column E (e.g., "Before Task 1").

Note: Ensure your dates are correctly formatted as "yyyy-mm-dd".

Make Gantt Chart in Excel: Quick Tutorial - How to Create Gantt Charts in Excel with Progress Bars
Make Gantt Chart in Excel: Quick Tutorial - How to Create Gantt Charts in Excel with Progress Bars

ləeking for Dependencies

Listing dependencies allows you to visually show which tasks are interconnected. By adding a few simple IF functions, you can highlight cells containing dependencies in a different color, making them stand out.

For example, use the formula "=IF(LEN(E2)>0, TRUE, FALSE)" in a new cell, and apply a conditional format to display the cell in red when the Boolean result is TRUE.

TECH-005 - Create a quick and simple Time Line (Gantt Chart) in Excel
TECH-005 - Create a quick and simple Time Line (Gantt Chart) in Excel

Creating the Gantt Chart

Now that our data is in place, let's create the Gantt chart. For this, we'll use Excel's autofilter and conditional formatting to transform our data into a user-friendly bar chart.

How to Quickly Make a Gantt Chart in Excel
How to Quickly Make a Gantt Chart in Excel
Gantt Chart Excel
Gantt Chart Excel
Free Gantt Chart Template for Excel
Free Gantt Chart Template for Excel
Gantt Charts in Excel - How To
Gantt Charts in Excel - How To
How To...Create a Basic Gantt Chart in Excel 2010
How To...Create a Basic Gantt Chart in Excel 2010
Gantt Chart in Excel   Simple, Easy and Quick Method
Gantt Chart in Excel Simple, Easy and Quick Method
How To... Create a Basic Gantt Chart in Excel 2013
How To... Create a Basic Gantt Chart in Excel 2013
Showing Actual Dates vs. Planned Dates in a Gantt Chart
Showing Actual Dates vs. Planned Dates in a Gantt Chart
Gantt Chart Template Pro
Gantt Chart Template Pro
Download Gantt Chart Excel Template Project Planner
Download Gantt Chart Excel Template Project Planner

First, add a column with task IDs (Column F), then another with automatically populated task percentages (Column G). Use the formula "=IF(MOD(F2,G$1)<>0,"",(G2/G$1)*100 & "%")" in another cell and drag it down to fill the rest of the column.

Applying Conditional Formatting

Next, highlight Column G and apply conditional formatting in the "Fill" section:

  • Choose new formatting (fill), then select the color you want for completed tasks.
  • Set the rule as "Cell Value is {}% or more".
  • Choose a conditional format, then set conditions for 50% (orange), 100% (green), and any other stages as needed.

Creating the Gantt Chart Bar

To create the bar itself, select the range containing task percentages, column labels, and tasks (e.g., G2:C15). Then, click on "Insert", and choose "Bar" under "Column or Bar". The Gantt chart bar should now appear on the right side of your task list.

With a bit of formatting and adjustment, your Gantt chart is now complete. You can easily add, remove, or modify tasks, keeping your project on track. As your project progresses, watch your tasks transform from red to green, a satisfying visual sign of a project well-managed.

Embrace the power of Gantt charts in Excel to optimize your workflow, and experience the satisfaction of crossing off tasks as they turn green. Happy planning!