G Guest Sep 5, 2007 #1 want to setup formula using networkdays through which end date which is 30 workingdays from start date can be calculated.
want to setup formula using networkdays through which end date which is 30 workingdays from start date can be calculated.
G Guest Sep 5, 2007 #2 With a start date in A1 try this:- =WORKDAY(A1,30,C1:C8) C1 - C8 are a list of public holidays. This argument is optional soo you could use. =WORKDAY(A1,30) Mike
With a start date in A1 try this:- =WORKDAY(A1,30,C1:C8) C1 - C8 are a list of public holidays. This argument is optional soo you could use. =WORKDAY(A1,30) Mike