View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Darin[_4_] Darin[_4_] is offline
external usenet poster
 
Posts: 1
Default NETWORKDAYS function?

Ok.. I am going nuts trying to figure this one out. I can find all
kinds of info on how to compute the networkdays (M-F) between two known
dates in Excel, but what I need to do is compute X workdays from a
known date to resolve a date.

For example in column Z I want to put in a date, say 06/22/2006 and I
want to add 7 workdays to that date and have the result placed in the
corresponding row of column B in mm/dd/yyyy format.

Is there any way of doing this? Am I trying to use the wrong function?