
Use the NETWORKDAYS function to determine
the number of workdays
In this example a project has to be scheduled. Each of the five steps
has a fixed start and end date. To determine the number of com-
plete workdays between the start and end dates, the
NETWORKDAYS function from the Analysis ToolPak add-in can be
used. This function excludes weekends and any dates identified as
non-workdays and holidays. The syntax is as follows:
NETWORKDAYS(start_date, end_date, holidays)
start_date: The start date.
end_date: The end date.
holidays: (optional) One or more dates that are to be excluded
from the work schedule.
4
To determine the number of workdays:
1. In column ...