Project Work Breakdown Schedule WBS Template
Project Work Breakdown Schedule WBS Template
If you add more rows to the bottom of the list, you may need to
edit the named range "holidays" via Formulas > Named Ranges.
to include the new rows. The Description column is just for reference.
Be sure to read the Getting Started Tips below. It would also be a good idea to watch the demo
videos on Vertex42.com. The demo videos use the desktop version of Excel, but much of the
information is still applicable to users of Excel Online.
Before sharing this spreadsheet, please read the license agreement in the TermsOfUse worksheet.
• It uses the WORKDAY.INTL and NETWORKDAYS.INTL functions which allow you define which
days of the week are considered non-working days (explained in the Help below).
• You can highlight the End date red when the task is overdue (explained in the Help below).
• Instead of changing the color of the bars to indicate completion status, conditional formatting is
used to display a progress bar within the % Done column.
• The number of columns used to display the gantt chart had to be reduced, so the Weekly and
Monthly views are less precise, meaning a week or month containing a 1-day task has a bar that is
the same length as a week or month containing a 5-day task.
• You can define one Predecessor per task (instead of 3).
• The "Show Weekends" option was removed. In the Daily view, if you do not want to show
weekends, you may hide the columns you do not want to show (though you would need to unhide
them when using the Weekly or Monthly views).
To use these functions, choose an option from the drop-down box on the right.
If one of the options to the right does not work for you, you can enter a string of
7 characters, using a "1" to represent a non-workday and a "0" to represent
a work day, beginning with Monday.
If you leave a blank cell above a WBS number, the numbering will reset to 1. The formulas are meant
for convenience, but you can manually enter them if you need to. If you manually enter
WBS numbers, then you may need to enter them as text by preceding the number with an
apostrophe, such as '2. Just remember that if you enter them manually, the WBS Level
column cannot be used to change them.
Note: Refer to Excel's Help system to learn more about the WORKDAY() and WORKDAY.INTL()
functions.
Change the urgency days to the right to determine when the End date will change to red.
The option to the right will allow you to choose to display the work week starting with Sunday instead
of Monday. This affects the chart display only, not any other work day formulas.
The example below makes the 10-day warning orange and a 2-day warning red.
=IF(end_date<TODAY()+2,"r",IF(end_date<TODAY()+10,"o",""))
The fancy formula below makes use of the table of urgency values to the right. Note that
"urgency_days" is a named range referring to the table on the right.
=IF(end_date<TODAY()+INDEX(urgency_days,1),"r", IF(end_date<TODAY()+
INDEX(urgency_days,2),"o",IF(end_date<TODAY()+ INDEX(urgency_days,3),"y","")))
If you want to use the table listed to the right of this help section, you can edit the following
formula in the Color column. Note that the Names must match exactly.
=IFERROR( INDEX( lead_color, MATCH( ref, lead_names, 0) ), "")
FAQs
Q: How do I make a Summary task show the MIN(start) and MAX(end) for a group of sub-tasks?
This can be done by entering =MIN(startdates) for the Start date and =MAX(enddates) for the End
date, where startdates and enddates are references to the range of start dates and end dates for
the group of sub tasks.
Input Cell
Input Cell
Input Cell
Label
weekend
0000011
Date Format
mdy
Feature on/off: on
Urgency days: 7
Urgency (Days)
red 2
orange 14
yellow 28
Names Color
Bob k
Sarah x
Bill b
Jim g
p
y
o
r
Terms of Use
http://www.vertex42.com/ExcelTemplates/excel-gantt-chart.html
By Vertex42.com
Please review the following license agreement to learn how you may or may
not use this template. Thank you.