+ Reply to Thread
Results 1 to 4 of 4

Calculate elasped time

Hybrid View

  1. #1
    natvsi
    Guest

    Calculate elasped time

    I need a formula that will calulate the amount of elapsed time.
    I'm tracking the amount of time the project took from one department to the
    next.
    For example...
    Job 1234 went in department A on 4/22/05 at 3:30 p.m. and left the
    department on 4/25/05 at noon. We work eight hour days (8am to 5pm) so the
    project was in department A for 5.5 hours.
    How do I subtract out the non-working hours? I've tried the networkdays and
    holidays functions, but they don't work.

  2. #2
    N Harkawat
    Guest

    Re: Calculate elasped time

    Working from 8 to 5 pm actually means 9 hours of actual work and not 8 as
    mentioned by you below
    Assuming that this is the order your data is entered

    Col A - 4/22/05
    Col B - 15:30
    Col C - 4/25/05
    Col D - 12:00

    The actual work hours in col E thru this formula
    =(NETWORKDAYS(A1,C1)-1)*9+((D1-B1)*24)




    "natvsi" <natvsi@discussions.microsoft.com> wrote in message
    news:0BAF68D9-9DED-496C-8526-7E889B2BC230@microsoft.com...
    >I need a formula that will calulate the amount of elapsed time.
    > I'm tracking the amount of time the project took from one department to
    > the
    > next.
    > For example...
    > Job 1234 went in department A on 4/22/05 at 3:30 p.m. and left the
    > department on 4/25/05 at noon. We work eight hour days (8am to 5pm) so
    > the
    > project was in department A for 5.5 hours.
    > How do I subtract out the non-working hours? I've tried the networkdays
    > and
    > holidays functions, but they don't work.




  3. #3
    Gary's Student
    Guest

    RE: Calculate elasped time

    What granularity do you need? To the half-hour or to the minute?
    --
    Gary's Student


    "natvsi" wrote:

    > I need a formula that will calulate the amount of elapsed time.
    > I'm tracking the amount of time the project took from one department to the
    > next.
    > For example...
    > Job 1234 went in department A on 4/22/05 at 3:30 p.m. and left the
    > department on 4/25/05 at noon. We work eight hour days (8am to 5pm) so the
    > project was in department A for 5.5 hours.
    > How do I subtract out the non-working hours? I've tried the networkdays and
    > holidays functions, but they don't work.


  4. #4
    natvsi
    Guest

    RE: Calculate elasped time

    To the minute.

    "Gary's Student" wrote:

    > What granularity do you need? To the half-hour or to the minute?
    > --
    > Gary's Student
    >
    >
    > "natvsi" wrote:
    >
    > > I need a formula that will calulate the amount of elapsed time.
    > > I'm tracking the amount of time the project took from one department to the
    > > next.
    > > For example...
    > > Job 1234 went in department A on 4/22/05 at 3:30 p.m. and left the
    > > department on 4/25/05 at noon. We work eight hour days (8am to 5pm) so the
    > > project was in department A for 5.5 hours.
    > > How do I subtract out the non-working hours? I've tried the networkdays and
    > > holidays functions, but they don't work.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1