The NETWORKDAYS
function returns the number of workdays
between two dates. This excludes weekends
and any dates recognized as holidays.
- The syntax
for the function is NETWORKDAYS (start_date,
end_date, holidays)
.
The "start
date"
and "end_date"
must be a string or a recognizable date
format in Excel. The "holidays" can
be a range of cells containting holiday
dates or a series of date values
representing dates. Note: It
is better to enter the dates into
this function using the DATE() function
as dates in the forma of text strings
can cause problems to occure.
|