Calculating working days between dates.

  • Thread starter Thread starter DKerr
  • Start date Start date
D

DKerr

I am currently creating a spreadsheet with incoming dates in column C
and outgoing dates in column D, in column E I would like to have
formula that would calculate the amount of working days that hav
passed between the two dates, does anyone know if this is possible? an
if so how it could be done?

Thanks
 
Use 'NETWORKDAYS' function.

As an example

A1 B1 C1
01-Sep-04 21-Sep-04 =NETWORKDAYS(A1,B1)
(gives result 15)

You can also account for federal holidays etc. Check out
the Excel help section <F1>

Alex
 

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