NETWORKDAYS - rounding required.

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

Hello,

I use Networkdays to calculate the number of working days
between two dates. The product of the calcutaion is only a
whole number, it rounds up effectively.

I have also the times for each of the dates and would like
to use something similar to Networkdays to calculate the
fraction or decimal part of each day.

E.g using networkdays between 5/27/03 14:16 and 6/2/03
12:43 returns a value of 5. What I want to do is return a
value of 4.9354 days.

Any ideas anyone?

Cheers
 
Say: 5/27/03 14:16 in Cell A1 and 6/2/03 12:43 in Cell A2.
Formula: =NETWORKDAYS(A1,A2)+MOD(A2,1)-MOD(A1,1)
Format: General

Ref to "Mark" <mark.bartram@sita.aero> wrote in message news:93c601c345f2$10952d80$a401280a@phx.gbl...
 

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