+ Reply to Thread
Results 1 to 3 of 3

Difference between date and times

  1. #1
    Registered User
    Join Date
    09-30-2005
    Location
    Leeds, UK
    Posts
    15

    Difference between date and times

    I have a problem which I know can be sorted out easily but my mind has gone blank.

    I have four columns showing dates and times.

    Column A: Date On
    Column B: Time On
    Column C: Date Off
    Column D: Time Off

    Dates are in the format of dd/mm/yyyy and times are in the format of hh:mm.

    What I'm wanting to do is calculate the difference in hours between the two times. The problem I'm having is when these times carry over a day.

    ...........A.............B..............C........D

    i.e. 15/08/2006 17:10 16/08/2006 01:27


    The actual time difference is 8 hrs and 16 mins; but the way I have it set up gives a negative value.

    Any help with how to do this will be greatly appreciated

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097

    Thumbs up

    Quote Originally Posted by Neil_Pattison
    I have a problem which I know can be sorted out easily but my mind has gone blank.

    I have four columns showing dates and times.

    Column A: Date On
    Column B: Time On
    Column C: Date Off
    Column D: Time Off

    Dates are in the format of dd/mm/yyyy and times are in the format of hh:mm.

    What I'm wanting to do is calculate the difference in hours between the two times. The problem I'm having is when these times carry over a day.

    ...........A.............B..................C...................D

    i.e. 15/08/2006 17:10 16/08/2006 01:27


    The actual time difference is 8 hrs and 16 mins; but the way I have it set up gives a negative value.

    Any help with how to do this will be greatly appreciated
    Hi Neil,

    format your times to [hh]:ss

    this takes care of times over 24 hours

    oldchippy

  3. #3
    Sloth
    Guest

    RE: Difference between date and times

    =D1+C1-B1-A1

    This formula will work in your case, but it might be better to include the
    dates and times in one cell instead.

    Example
    A B C
    15/8/2006 17:10 16/8/2006 1:27 =B1-A1

    format the first two like this...
    mm/dd/yyyy h:mm
    and format the last column like this
    [h]:mm

    "Neil_Pattison" wrote:

    >
    > I have a problem which I know can be sorted out easily but my mind has
    > gone blank.
    >
    > I have four columns showing dates and times.
    >
    > Column A: Date On
    > Column B: Time On
    > Column C: Date Off
    > Column D: Time Off
    >
    > Dates are in the format of dd/mm/yyyy and times are in the format of
    > hh:mm.
    >
    > What I'm wanting to do is calculate the difference in hours between the
    > two times. The problem I'm having is when these times carry over a day.
    >
    >
    > ...........A.............B..............C............D
    >
    > i.e. 15/08/2006 17:10 16/08/2006 01:27
    >
    >
    > The actual time difference is 8 hrs and 16 mins; but the way I have it
    > set up gives a negative value.
    >
    > Any help with how to do this will be greatly appreciated
    >
    >
    > --
    > Neil_Pattison
    > ------------------------------------------------------------------------
    > Neil_Pattison's Profile: http://www.excelforum.com/member.php...o&userid=27696
    > View this thread: http://www.excelforum.com/showthread...hreadid=572163
    >
    >


+ 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