Calculating the difference between to dates

G

Guest

I have 2 columns of data, A = Start date B = End date.

I am wanting to calculate how long it as take to perform the process,
obviously B-A will give me this result but we do not work weekend and I am
wanting to calculate the days excluding weekends.

Is there an easy way?
 
C

colofnature

Use =NETWORKDAYS(A1,B1) to calculate the NET WORKing DAYS between th
two dates in A1 and B1.

Co
 
M

Mike Fogleman

See the function Net WorkDays. It is included with the add-in named Analysis
Tool Pack.

Mike F
 

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

Top