Network days question

  • Thread starter Thread starter Annette
  • Start date Start date
A

Annette

I used the formula =NETWORKDAYS(K15,L15) to determine the number of days
between two cells; however, one of my cells

1/16/06 1/16/06

reports the above as 1 and the following

7/1/06 7/1/06

reports the above as 0.

Why are they reporting difference - I checked to assure formatting is the
same. I want it to report one when there is only one day.

Thanks!
 
Annette said:
I used the formula =NETWORKDAYS(K15,L15) to determine the number of days
between two cells; however, one of my cells

1/16/06 1/16/06

reports the above as 1 and the following

7/1/06 7/1/06

reports the above as 0.

Why are they reporting difference - I checked to assure formatting is the
same. I want it to report one when there is only one day.

Thanks!

Hi Annette,

One guess would be that Saturday the 1st of July is not counted as a
workingday but Monday the 16th of Jan is.

Regards,
Bondi
 
That's because July 1, 2006, is a Saturday and NETWORKDAYS excludes
Saturdays and Sundays. Note that it can also exclude holidays, if you
want. See the help file. If don't want to exclude Saturdays and
Sundays, you could simply...

=L15-K15+1

....and format the cell as 'General'.

Hope this helps!
 

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