Calculation between 2 date?

  • Thread starter Thread starter Cam
  • Start date Start date
C

Cam

Hello,

What formula or how do I calculate number of days between 2 date excluding
weekend and holiday? Thanks
 
Hello,

What formula or how do I calculate number of days between 2 date excluding
weekend and holiday? Thanks

Cam,
You are looking for Networkdays(x,y,z) Where x is the first date and
y is the second date and z is either empty or a list of holidays.
Jay
 
Hello,

What formula or how do I calculate number of days between 2 date excluding
weekend and holiday? Thanks

networkdays(start_day,end_day, holydays)
you have to have analysis toolpack
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top