need help with networkdays formula

A

aashishtaneja

want to setup formula using networkdays through which end date which is 30
workingdays from start date can be calculated.
 
M

Mike H

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
 
Top