While building project plans, you will most often have dependencies between tasks. For example, Task 3 cannot begin until Task 2 is complete. In that scenario, Task 2 is called the predecessor to Task 3. In our Project Planner (Advanced) Excel Template, a task can have up to 2 predecessors. The template will then automatically schedule the tasks following the dependency rules you set. In our Gantt Chart Maker Excel template, we don’t have such dependencies inbuilt. The Gantt Chart Maker is purely designed to enable building Gantt charts with as much flexibility as possible so that the user can input any start date for each task. In addition, this approach allows the user to create dependencies as needed between tasks. In this article, I will explain how we can create 2 tasks as predecessors to another task using the Gantt Chart Maker.

VIDEO DEMO

 

 

INSTRUCTIONS

First, let’s enter some basic information. I am entering three resources in the SETTINGS sheet and am assigning them different colors.

Gantt Chart Maker Excel Template - Resources
Gantt Chart Maker Excel Template – Resources

 

Then, in the DATA_ENTRY sheet, I set Jan 15, 2016 as the Project Start Date.

Gantt Chart Maker Excel Template - Project Start Date
Gantt Chart Maker Excel Template – Project Start Date

 

The next step is to enter our tasks. For this illustration, I am entering one summary level task and 3 subtasks as shown below.

Gantt Chart Maker Excel Template - Tasks
Gantt Chart Maker Excel Template – Tasks

 

When you view the GANTT sheet, your default Gantt chart will look like this.

Gantt Chart Maker Excel Template - Gantt Chart
Gantt Chart Maker Excel Template – Gantt Chart

 

Now, we will try to create dependencies (which is the point of this article:) ). Let’s say we have a new task Task One Four that is dependent on Task One One and Task One ThreeTask One Four can begin only when the other two ends.  To implement this, let’s enter a new task and type a formula in PLAN – START DT field.

Gantt Chart Maker Excel Template - Formula
Gantt Chart Maker Excel Template – Formula

 

The formula here MAX (M12, M14) is just finding the max date among the PLAN – END DATE for the predecessor tasks.

If you want to add 1 day, then enter MAX (M12, M14)+1. If you need to create more than 2 predecessors, please enter those cells accordingly inside the MAX function.

Then, continue entering the PLAN – DURATION. PLAN – END DATE will update automatically as usual.

Gantt Chart Maker Excel Template - Tasks
Gantt Chart Maker Excel Template – Tasks

 

The Gantt chart will now look like this along with the new task.

Gantt Chart Maker Excel Template - Gantt Chart
Gantt Chart Maker Excel Template – Gantt Chart