+ Reply to Thread
Results 1 to 5 of 5

time:how can i convert "22 hours 23 minutes" into 22:23 ?

  1. #1
    Gary
    Guest

    time:how can i convert "22 hours 23 minutes" into 22:23 ?

    how can i convert "22 hours 23 minutes" into 22:23 ?



  2. #2
    MartinW
    Guest

    re: time:how can i convert "22 hours 23 minutes" into 22:23 ?

    Hi Gary,

    One way is to use Text to Columns so that in your example
    you would have,

    A1 B1 C1 D1
    22 hours 23 minutes

    then in E1 put =A1&":"&C1

    Depending on your setup it maybe better to export it to
    a blank sheet for the conversion and then import back
    to your original.

    HTH
    Martin



  3. #3
    Gary
    Guest

    re: time:how can i convert "22 hours 23 minutes" into 22:23 ?

    Thanks Martin,

    But is it possible to convert 22 Hours 23 Minutes dierctly in to 22:23 ?

    "MartinW" <[email protected]> wrote in message
    news:[email protected]...
    > Hi Gary,
    >
    > One way is to use Text to Columns so that in your example
    > you would have,
    >
    > A1 B1 C1 D1
    > 22 hours 23 minutes
    >
    > then in E1 put =A1&":"&C1
    >
    > Depending on your setup it maybe better to export it to
    > a blank sheet for the conversion and then import back
    > to your original.
    >
    > HTH
    > Martin
    >




  4. #4
    Bob Phillips
    Guest

    re: time:how can i convert "22 hours 23 minutes" into 22:23 ?

    =(LEFT(A11,FIND(" ",A11))+MID(A11,FIND("s ",A11)+2,FIND(" ",A11,FIND("s
    ",A11)+2)-FIND("s ",A11)-2)/60)/24

    and format as hh:mm

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "Gary" <[email protected]> wrote in message
    news:[email protected]...
    > how can i convert "22 hours 23 minutes" into 22:23 ?
    >
    >




  5. #5
    Gary
    Guest

    re: time:how can i convert "22 hours 23 minutes" into 22:23 ?

    Thanks a ton Bob...u r amazing.

    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =(LEFT(A11,FIND(" ",A11))+MID(A11,FIND("s ",A11)+2,FIND(" ",A11,FIND("s
    > ",A11)+2)-FIND("s ",A11)-2)/60)/24
    >
    > and format as hh:mm
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > (replace somewhere in email address with gmail if mailing direct)
    >
    > "Gary" <[email protected]> wrote in message
    > news:[email protected]...
    >> how can i convert "22 hours 23 minutes" into 22:23 ?
    >>
    >>

    >
    >




+ 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