How to Build an Automatic Gantt Chart in Excel?
Last Updated :
11 Mar, 2022
Gantt Chart is the most commonly used chart in project management. The more general definition of the Gantt chart is that it helps to keep track of the activities against time. Anything plotted against time can be represented in the form of a Gantt chart. For example, a team manager has given different tasks to their team members. Now keeping track of every task manually is a very difficult process but this can be easily achieved by the Gantt charts. With the help of Excel functions and Charts, we can automate the Gantt chart and so the progress of a project.
Number representation of Date in Excel
Before learning the Gantt chart in excel, you need to know how to format date in Number format in excel. For example, 3/13/2022 is in the date format and when converted to Number the value will be 44633.00. The use of the Number representation of Date might not seem very useful now, but when we will create a Gantt chart then the use of it will be very clear. Following are the steps:
Step 1: Given a Date in cell C4. We can see that the format of the cell is a date.
Step 2: Go to Home Tab, and select the drop-down menu in the Numbers section. Select the Number data type.
Step 3: You can see the value of date 3/13/2022 in number is 44633.00.

Creating an Automatic Gantt Chart in Excel
Creating an automatic Gantt chart using simple horizontal bar charts. For example, Rohan wants to keep track of the Geeks for Geeks courses he is studying. Given a data set of Geeks for Geeks courses, its start time, and the number of days required to complete a particular course. Create a Gantt chart for it. The chart would be an automatic Gantt chart which changes with a change in the value of Start-Date and Days to Complete.
Step 1: Go to Insert Tab, and in the charts section, click on the bar chart.
Step 2: An empty chart is created.
Step 3: Right Click inside the blank chart. A drop-down appears. Click on Format Chart Area.
Step 4: Select Data Source dialogue box appears now click on Add button.
Step 5: An Edit Series dialogue box appears.
Step 6: In the Series name column. Select cell C5.
Step 7: In the Series Values column. Select the range C6:C12. Click Ok.
Step 8: Start-Date got added. Again click on Add button to add Days to Complete.
Step 9: The Edit Series dialogue box appears. In the Series name column. Select cell D5.
Step 10: In the Series Values column. Select the range D6:D12. Click Ok.
Step 11: Now click on Edit Button to add Geeks for Geeks Courses.
Step 12: An Axis Labels dialogue box appears. Select the range B6:B12. Click Ok.
Step 13: The Select Data Source dialogue box reappears. Click Ok.
Step 14: A basic bar chart is created. Now we can figure out there are three problems to converting a bar chart to a Gantt chart.
- The courses appear in reverse order. The Excel Course should be at the top and the Git and Github should be at the bottom.
- The Blue Bar Lines should not be there in the Gantt chart.
- The earliest date in the given data set is 15-Jan. So the graph should start from 15-Jan but it is starting from 10-Dec. So, you need to remove all the redundant dates.
Solving all the problems one-by-one.
Step 15: Right-click inside the Y-axis i.e. inside the courses section. A drop-down appears and clicks on Format Chart Area.
Step 16: A Format-Axis dialogue box appears. In the Text Options, check the box Categories in reverse order. Now, all the courses will be reversed.
Step 17: The Labels got reversed.
Step 18: Right Click on the Blue bar charts. A drop-down appears. Click on Format Data Series.

Step 19: Format Data Series dialogue box appears. Go to Fill and Line, inside the fill section. Click on No Fill. All the blue bars will disappear.
Step 20: The only work left is to remove the redundant dates from the chart.
Step 21: The topic studied at the start of the article i.e. Number representation of Date in Excel will significantly help you to remove the additional dates in the Gantt chart. In the given data set, you can see that the earliest date is 15-Jan. Now, you need to know what is the numerical value for 15-Jan. The value for 15-Jan in excel is 44576.00. Remember this number.
Step 22: Now, inside the date section of the chart, right-click on it. Click on Format Axis.
Step 23: Format Axis dialogue box appears. In the Text Options section, click on the minimum value. Replace 44540.00 with 44576.00.
Step 24: An automatic Gantt chart is created. This chart is a dynamic chart that could adjust itself with a change in values in the data set.
Similar Reads
How To Make An Area Chart In Excel
An Area chart is like a line chart in which the area between the x-axis and the line is colored to show the volume. Data Trends, Comparison of Multiple data Series, Emphasis on cumulative Data, and Time-Based or Categorized data are some key features of the Area chart. In this article, we will see h
5 min read
How to Create a Bland-Altman Plot in Excel?
Bland-Altman plot is not present by default in excel, but it can be easily built with the help of excel. There is software that provides in-built Bland-Altman plots like MedCalc, Analyse-it, etc. In this article, we will learn how to create a Bland-Altman plot in excel. A Bland-Altman plot is used t
8 min read
How to Make a Dynamic Gantt Chart in Excel?
The Gantt chart is named after Henry Gantt, an American mechanical engineer and management consultant who devised it in the 1910s. In Excel, a Gantt diagram displays projects or tasks as cascading horizontal bar charts. A Gantt chart depicts the project's breakdown structure by displaying start and
4 min read
How to Create a Gauge Chart in Excel?
Gauge chart is also known as a speedometer or dial chart, which use a pointer to show the readings on a dial. It is just like a speedometer with a needle, where the needle tells you a number by pointing it out on the gauge chart with different ranges. It is a Single point chart that tracks a single
2 min read
How to build Animated Charts like Hans Rosling
Animated charts in R or Animated plots are dynamic visualizations that show changes in data over specified variables like time and others. They allow us to present data in a more engaging and interactive manner like an animation or a GIF, revealing patterns and relationships that might be difficult
14 min read
How to Add a Horizontal Line in a Chart in Excel?
Excel bar graphs or charts are a great way to graphically represent mathematical data. On top of that, sometimes, the values included in the charts are required to be compared with a target or a base value. Have you ever wondered if there is a way to graphically represent this target value? Well, in
4 min read
How to Create Advanced Charts and Graphs in Excel?
Charts, graphics, and images are excellent ways to visualize and convey data, and Excel does the same for us by generating charts automatically. We might occasionally want to go beyond the basic charts that Excel generates for us. Let's learn about advanced charts and graphs used in excel, Advanced
10 min read
How to Create a Funnel Chart In Excel
In the world of data visualization, funnel charts have become a go-to tool for illustrating stages in a process, especially when tracking sales or conversions. Learning how to create a funnel chart in Excel can give you a powerful way to visualize data that shows progression and drop-off through var
6 min read
How to Evaluate Google Analytics Data in Excel?
Google Analytics tracks website traffic and provides useful data for website design, content, and marketing decisions. Analyzing and visualizing this data can be difficult. We can use Excel for analyzing and visualizing Google Analytics data. In this article, we will learn how to evaluate google ana
3 min read
How to Create a Gantt Chart in Excel [Free Template]
A Gantt chart in Excel is an essential tool for organizing and visualizing project timelines and milestones. This guide will show you how to create a Gantt chart in Excel using simple steps and a free Excel Gantt chart template, making it accessible for both beginners and professionals. Whether plan
6 min read