+ Reply to Thread
Results 1 to 3 of 3

Convert hours to minuets

  1. #1
    RJL
    Guest

    Convert hours to minuets

    Is there a way to convert hours and minuets to just minuets.

    ie: 1:06 = 66

  2. #2
    Bob Phillips
    Guest

    Re: Convert hours to minuets

    =A1*24*60 and format as General

    --

    HTH

    Bob Phillips

    (replace xxxx in the email address with gmail if mailing direct)

    "RJL" <[email protected]> wrote in message
    news:[email protected]...
    > Is there a way to convert hours and minuets to just minuets.
    >
    > ie: 1:06 = 66




  3. #3
    CLR
    Guest

    RE: Convert hours to minuets

    If the 1:06 is actually a TEXT value, then use this........

    =(LEFT(A1,FIND(":",A1,1)-1)*60)+(RIGHT(A1,2)*1)

    Vaya con Dios,
    Chuck, CABGx3



    "RJL" wrote:

    > Is there a way to convert hours and minuets to just minuets.
    >
    > ie: 1:06 = 66


+ 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