+ Reply to Thread
Results 1 to 5 of 5

DIFFERENCE BETWEEN TWO TIME STAMPS AS DECIMAL

  1. #1
    Giulia
    Guest

    DIFFERENCE BETWEEN TWO TIME STAMPS AS DECIMAL

    Help I am been driven mad!
    Does anyone know how to find the difference between two time stamps giving
    the result as a time decimal.
    I.E.
    16:45 - 12:00 = 4.75 hrs

  2. #2
    Niek Otten
    Guest

    Re: DIFFERENCE BETWEEN TWO TIME STAMPS AS DECIMAL

    =(A1-B1)*24. Format as General, not as time

    --
    Kind regards,

    Niek Otten

    "Giulia" <[email protected]> wrote in message
    news:[email protected]...
    > Help I am been driven mad!
    > Does anyone know how to find the difference between two time stamps giving
    > the result as a time decimal.
    > I.E.
    > 16:45 - 12:00 = 4.75 hrs




  3. #3
    Giulia
    Guest

    Re: DIFFERENCE BETWEEN TWO TIME STAMPS AS DECIMAL

    Thankyou so much I can't beleive its really that simple - pretty humbling !

    "Niek Otten" wrote:

    > =(A1-B1)*24. Format as General, not as time
    >
    > --
    > Kind regards,
    >
    > Niek Otten
    >
    > "Giulia" <[email protected]> wrote in message
    > news:[email protected]...
    > > Help I am been driven mad!
    > > Does anyone know how to find the difference between two time stamps giving
    > > the result as a time decimal.
    > > I.E.
    > > 16:45 - 12:00 = 4.75 hrs

    >
    >
    >


  4. #4
    David Biddulph
    Guest

    Re: DIFFERENCE BETWEEN TWO TIME STAMPS AS DECIMAL

    "Giulia" <[email protected]> wrote in message
    news:[email protected]...
    > Help I am been driven mad!
    > Does anyone know how to find the difference between two time stamps giving
    > the result as a time decimal.
    > I.E.
    > 16:45 - 12:00 = 4.75 hrs


    =(A1-A2)*24 and format as number rather than time
    --
    David Biddulph



  5. #5
    Registered User
    Join Date
    07-24-2014
    Location
    Dallas
    MS-Off Ver
    2011
    Posts
    1

    Re: DIFFERENCE BETWEEN TWO TIME STAMPS AS DECIMAL

    For time diff larger than 24 hours you can use:

    =(A1-INT(A1)+MOD(INT(A1),24))*24

+ 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