View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
daddylonglegs[_36_] daddylonglegs[_36_] is offline
external usenet poster
 
Posts: 1
Default Week starts on Saturday - Working days


It doesn't need to be that complicated. If your start date is in A1 an
end date in B1 just use

=NETWORKDAYS(A1+2,B1+2)

If you have a range of holidays you wish to exclude use

=NETWORKDAYS(A1+2,B1+2,holidays+2)

This one needs to be confirmed with CTRL+SHIFT+ENTE

--
daddylongleg
-----------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...fo&userid=3048
View this thread: http://www.excelforum.com/showthread.php?threadid=54297