+ Reply to Thread
Results 1 to 2 of 2

Calculating Time elapsed

  1. #1
    Registered User
    Join Date
    11-20-2005
    Posts
    2

    Calculating Time elapsed

    I am trying to calculate how many business hours have elasped from a certain start dateand time. my business hours are m-f 7:00am-6:00 pm. When someone issues a service request I have 8 business hours to complete, if the call comes in at 4:00pm, (i have 2 hours in that day, plus 6 hours in the next day = 1:00 PM.....That is the date that I want populated so i can look down the list and see what is due

  2. #2
    Bernie Deitrick
    Guest

    Re: Calculating Time elapsed

    Bhomer,

    If you enter your service request time as

    11/21/2005 04:00:00 PM

    in cell A2, then this formula (in a cell with date time formatting) will work:

    =IF(A2+TIMEVALUE("08:00:00")>(INT(A2)+TIMEVALUE("18:00:00")),A2+TIMEVALUE("21:00:00"),A2+TIMEVALUE("08:00:00"))

    Make sure that your take out any line feeds that were inserted by the mail readers...

    HTH,
    Bernie
    MS Excel MVP


    "bhomer" <[email protected]> wrote in message
    news:[email protected]...
    >
    > I am trying to calculate how many business hours have elasped from a
    > certain start dateand time. my business hours are m-f 7:00am-6:00 pm.
    > When someone issues a service request I have 8 business hours to
    > complete, if the call comes in at 4:00pm, (i have 2 hours in that day,
    > plus 6 hours in the next day = 1:00 PM.....That is the date that I want
    > populated so i can look down the list and see what is due
    >
    >
    > --
    > bhomer
    > ------------------------------------------------------------------------
    > bhomer's Profile: http://www.excelforum.com/member.php...o&userid=28935
    > View this thread: http://www.excelforum.com/showthread...hreadid=486746
    >




+ 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