Gantt Chart Template
Gantt Chart Template
o Pro Gantt Chart Template © 2012-2020 by Vertex42.com: Licensed for private use only. Do not publish on the internet.
[Company Name]
Project Start Date: 5/1/2020 (Friday) Display Week: 1 Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8
Project Manager: [Manager's Name] 27 Apr 2020 4 May 2020 11 May 2020 18 May 2020 25 May 2020 1 Jun 2020 8 Jun 2020 15 Jun 2020
27 28 29 30 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
% Work
WBS [1]Task [2] Lead [3] Start [4] End [5] Days [6] M T W Th F Sa Su M T W Th F Sa Su M T W Th F Sa Su M T W Th F Sa Su M T W Th F Sa Su M T W Th F Sa Su M T W Th F Sa Su M T W Th F Sa Su
Done [7] Days [8]
1 [ Task Category ] [Name] Fri 5/01/20 Wed 5/20/20 20 14
1.1 [Task] [Name] Fri 5/01/20 Mon 5/04/20 4 100% 2
1.2 [Task] [Name] Tue 5/05/20 Fri 5/08/20 4 50% 4
1.3 [Task] [Name] Sat 5/09/20 Tue 5/12/20 4 25% 2
1.4 [Task] [Name] Wed 5/13/20 Sat 5/16/20 4 0% 3
1.5 [Task] [Name] Sun 5/17/20 Wed 5/20/20 4 0% 3
1.6 [Insert new rows above this one, then hide or delete this row]
2 [ Task Category ] Fri 5/01/20 Thu 5/07/20 7 5
2.1 [Task] Fri 5/01/20 Fri 5/01/20 1 0% 1
2.2 [Task] Mon 5/04/20 Mon 5/04/20 1 0% 1
2.3 [Task] Tue 5/05/20 Tue 5/05/20 1 0% 1
2.4 [Task] Wed 5/06/20 Wed 5/06/20 1 0% 1
2.5 [Task] Thu 5/07/20 Thu 5/07/20 1 0% 1
2.6 [Insert new rows above this one, then hide or delete this row]
3 [ Task Category ] Fri 5/01/20 Wed 5/06/20 6 4
3.1 [Task] Fri 5/01/20 Fri 5/01/20 1 0% 1
3.2 [Task] Sat 5/02/20 Sat 5/02/20 1 0% 0
3.3 [Task] Mon 5/04/20 Mon 5/04/20 1 0% 1
3.4 [Task] Tue 5/05/20 Tue 5/05/20 1 0% 1
3.5 [Task] Wed 5/06/20 Wed 5/06/20 1 0% 1
3.6 [Insert new rows above this one, then hide or delete this row]
4 [ Task Category ] Fri 5/01/20 Tue 5/05/20 5 3
4.1 [Task] Fri 5/01/20 Fri 5/01/20 1 0% 1
4.2 [Task] Sat 5/02/20 Sat 5/02/20 1 0% 0
4.3 [Task] Sun 5/03/20 Sun 5/03/20 1 0% 0
4.4 [Task] Mon 5/04/20 Mon 5/04/20 1 0% 1
4.5 [Task] Tue 5/05/20 Tue 5/05/20 1 0% 1
4.6 [Insert new rows above this one, then hide or delete this row]
5 [ Task Category ] Fri 5/01/20 Tue 5/05/20 5 3
5.1 [Task] Fri 5/01/20 Fri 5/01/20 1 0% 1
5.2 [Task] Sat 5/02/20 Sat 5/02/20 1 0% 0
5.3 [Task] Sun 5/03/20 Sun 5/03/20 1 0% 0
5.4 [Task] Mon 5/04/20 Mon 5/04/20 1 0% 1
5.5 [Task] Tue 5/05/20 Tue 5/05/20 1 0% 1
5.6 [Insert new rows above this one, then hide or delete this row]
TEMPLATE ROWS
See the Help worksheet for information about using template rows.
1 [ Task Category (label only) ]
2 [ Task Category (summary) ] Fri 5/01/20 Fri 5/01/20 1 1
2.1 [ Level 2 Task ] Fri 5/01/20 Fri 5/01/20 1 0% 1
2.1.1 . [ Level 3 Task ] Fri 5/01/20 Fri 5/01/20 1 0% 1
2.1.1.1 . . [ Level 4 Task ] Fri 5/01/20 Fri 5/01/20 1 0% 1
Help © 2012-2018 Vertex42 LLC [9]
Contact Vertex42
Introduction
This Gantt Chart spreadsheet makes creating a project schedule very easy. You only need to
know some basic spreadsheet operations to make this gantt chart work for you, such as how to
insert, delete, copy and paste entire rows.
The Share settings for this spreadsheet must always be set to "Private"
See the TermsOfUse worksheet for more information about how you may or may not share this
template.
- When inserting new rows, you must copy and paste an entire row, because the cells of the
Gantt chart area are formulas.
- You can indent the task description for sub-tasks by entering spaces (until Google decides to
add an indent option).
Category Tasks
- You can use tasks that are just labels, but it can be even more useful for a category task to
display the minimum Start date and maximum End date of its sub tasks. This can be done using
=MIN(range_of_startdates) and =MAX(range_of_enddates). An example template row is provided,
but you will need to update the MIN() and MAX() formulas.
- You can enter the Start date manually, or define task dependecies using a formula. Below are
the most common options for defining the Start date:
D. Set the Start date to the next Calendar Day after another task's End date.
- This formula is very simple: =enddate+1
- For multiple predecessors, the formula would be =MAX(enddate1,enddate2,enddate3 )+1
E. Set the Start date to a number of days before or after another date.
- This formula is just like the one in C or D, except that in place of the "1" you enter the number of
days, such as =WORKDAY(enddate,5) or =WORKDAY(startdate,-5)
FAQs
Q: What is the best way to Print?
A: First, select all of the rows you want to print. Then, in the Print Settings, choose "Selection" and
check "No Gridlines". Fit to width and print in landscape.
You also may want to hide the Days Done, Days Left, and Color columns prior to printing.
Note: The more columns you add to the right of the Gantt chart, the slower the recalculation speed
will be, because of the number of additional formulas.
Q: The Start date, End date, or %Complete for a Level 1 task is wrong. How do I fix it?
A: When using =MIN(), =MAX(), and =SUMPRODUCT(), it is easy for the references to get messed
up if you move rows around or insert new rows. You should verify and fix these formulas if they
are not referencing the correct ranges.
Gantt Chart Template Pro, by Vertex42.com, is a spreadsheet template designed originally for
Microsoft Excel that offers more features than the free version. When you purchase it, you will also
get a link to download the Pro version for Google Sheets!!
- Visit the web page above to view screenshots and watch demo videos
Choose whether to define task durations using Calendar Days or Work Days or End Dates
- The Pro version includes a larger set of template rows that provide more options for defining the
Start date, End date, duration, and dependency of tasks.
This template is a copyrighted work under the Unites States and other copyright laws and
is the property of Vertex42 LLC. The items listed below are additional points to help
clarify how you may use this template.
You may make archival copies and customize this template only for your personal use or
use within your company or organization and not for resale or public sharing.
You may not remove or alter any logo, trademark, copyright, disclaimer, brand,
terms of use, attribution, or other proprietary notices or marks within this template.
This template and any customized or modified version of this template may NOT be sold,
distributed, published to an online gallery, hosted on a website, or placed on a public
server.
The Share Settings for this spreadsheet must always be set to "Private"
[2] Task:
Enter the name of each task and sub-task. Use spaces to indent sub-tasks.
[6] Duration:
The duration is the number of calendar days for the given task.
[9] See the Terms Of Use worksheet and the license agreement on Vertex42.com for information about
terms of use, copyright, warranties, and disclaimers. Removing copyright notices is illegal.