+ Reply to Thread
Results 1 to 5 of 5

time question

  1. #1
    sedonovan
    Guest

    time question

    i need to find the difference in two times - displayed as a decimal - eg 1700
    - 1830 = 1.5

    so far my formula is:

    =IF(A2<>"",TEXT(sheet1!K2)-(sheet1!J2)"h:mm","")

    where am i going wrong?

    cheers

  2. #2
    Ardus Petus
    Guest

    Re: time question

    Try:
    =(TIME(LEFT(K2,2),RIGHT(K2,2),0)-TIME(LEFT(J2,2),RIGHT(J2,2),0))*24

    Cheers,
    --
    AP

    "sedonovan" <[email protected]> a écrit dans le message de
    news: [email protected]...
    >i need to find the difference in two times - displayed as a decimal - eg
    >1700
    > - 1830 = 1.5
    >
    > so far my formula is:
    >
    > =IF(A2<>"",TEXT(sheet1!K2)-(sheet1!J2)"h:mm","")
    >
    > where am i going wrong?
    >
    > cheers




  3. #3
    sedonovan
    Guest

    Re: time question

    I've tried this and get -0.13

    =IF(A2<>"",(((TIME(LEFT(sheet1!K2,2),RIGHT(sheet1!K2,2),0)-TIME(LEFT(sheet1!J2,2),RIGHT(sheet1!J2,2),0))*24)),""




    "Ardus Petus" wrote:

    > Try:
    > =(TIME(LEFT(K2,2),RIGHT(K2,2),0)-TIME(LEFT(J2,2),RIGHT(J2,2),0))*24
    >
    > Cheers,
    > --
    > AP
    >
    > "sedonovan" <[email protected]> a écrit dans le message de
    > news: [email protected]...
    > >i need to find the difference in two times - displayed as a decimal - eg
    > >1700
    > > - 1830 = 1.5
    > >
    > > so far my formula is:
    > >
    > > =IF(A2<>"",TEXT(sheet1!K2)-(sheet1!J2)"h:mm","")
    > >
    > > where am i going wrong?
    > >
    > > cheers

    >
    >
    >


  4. #4
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    I would agree with AP's response. if your original times are number or text. If however they are times eg 18:00 just subtract one value from the other, multiply by 24 and format as a number

    Regards

    Dav

  5. #5
    Dave Peterson
    Guest

    Re: time question

    I put 1830 in A2 and 1700 in A1:

    And this formula in A3:
    =(TEXT(A2,"00\:00")-TEXT(A1,"00\:00"))*24

    And I formatted A3 as General.

    sedonovan wrote:
    >
    > i need to find the difference in two times - displayed as a decimal - eg 1700
    > - 1830 = 1.5
    >
    > so far my formula is:
    >
    > =IF(A2<>"",TEXT(sheet1!K2)-(sheet1!J2)"h:mm","")
    >
    > where am i going wrong?
    >
    > cheers


    --

    Dave Peterson

+ 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