Closed Thread
Results 1 to 3 of 3

convert "37:30:55" to decimal

  1. #1
    Teaman
    Guest

    convert "37:30:55" to decimal

    I have a field that is formated as time format 37:30:55. I would like to
    conver this value to decimal value. for example: 113:30:00, I would like to
    read it as 113.5. How do I do that?
    Thanks,
    Sam

  2. #2
    Peo Sjoblom
    Guest

    Re: convert "37:30:55" to decimal

    Multiply with 24 and format as general or number not time

    --

    Regards,

    Peo Sjoblom

    "Teaman" <[email protected]> wrote in message
    news:[email protected]...
    > I have a field that is formated as time format 37:30:55. I would like to
    > conver this value to decimal value. for example: 113:30:00, I would like

    to
    > read it as 113.5. How do I do that?
    > Thanks,
    > Sam




  3. #3
    Dave Peterson
    Guest

    Re: convert "37:30:55" to decimal

    Try multiplying by 24 and formatting the result as General.

    =a1*24

    If A1 contained 113:30:00.

    Teaman wrote:
    >
    > I have a field that is formated as time format 37:30:55. I would like to
    > conver this value to decimal value. for example: 113:30:00, I would like to
    > read it as 113.5. How do I do that?
    > Thanks,
    > Sam


    --

    Dave Peterson

Closed 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