You can use the NETWORKDAYS function to do what you ask.
=NETWORKDAYS(D4,TODAY(),E4:E10)
where D4 is the start date and E4:E10 is a list of holidays (entered i
valid date format) to exclude from your count (optional, omit or adjus
the range to meet your needs).
In your example, 17 is returned with TODAY() being 15Aug2005 and n
holidays counted in this timeframe. Note that it counts the first da
in the range as day 1 and the last day listed is also counted.)
I believe you need to have the Analysis Tool Pack Add-In installed t
have the function available. Click Tools>Add-ins and place a check b
this item and click OK.
HTH
Bruc
--
swatsp0
-----------------------------------------------------------------------
swatsp0p's Profile:
http://www.excelforum.com/member.php...fo&userid=1510
View this thread:
http://www.excelforum.com/showthread.php?threadid=39578