View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default networkdays function

The function includes start and end dates in its calculation.

Start date in A1 1/1/2008

End date in A7 1/7/2008

=NETWORKDAYS(A1,A2) returns 5 for me in Excel 2003

If you add 7 days to 1/1/2008 and use 1/8/2008 you are actually calculating for
8 days and would return 6 workdays


Gord Dibben MS Excel MVP


On Fri, 15 Feb 2008 21:33:13 -0000, "Martin B"
wrote:

I'm trying to use the networkdays function to return the number of working days between 2 dates which seems like the correct function however when I use 2 dates, 7 days apart, the function returns 6 rather than 5 i.e monday to friday working.
Am I doing something wrong?

Thanks in anticipation.
Martin