+ Reply to Thread
Results 1 to 4 of 4

How can I convert fractional hours to minutes?

  1. #1
    Speck Teck
    Guest

    How can I convert fractional hours to minutes?

    I would like to convert fractional hours into hours and minutes. For example,
    1.47 hours is 1 hour 28 minutes or 01:28:00.

  2. #2
    Ron Rosenfeld
    Guest

    Re: How can I convert fractional hours to minutes?

    On Wed, 2 Mar 2005 17:17:05 -0800, "Speck Teck" <Speck
    [email protected]> wrote:

    >I would like to convert fractional hours into hours and minutes. For example,
    >1.47 hours is 1 hour 28 minutes or 01:28:00.


    =1.47/24 and format as [h]:mm:ss

    But 1.47 hours is really 1 hour 28 minutes and 12 seconds

    If what you want is rounded to the nearest minute, then the formula would be:

    =ROUND(1.47/24*1440,0)/1440




    --ron

  3. #3
    Speck Teck
    Guest

    Re: How can I convert fractional hours to minutes?

    Thanks, Ron, that did the trick!

    "Ron Rosenfeld" wrote:

    > On Wed, 2 Mar 2005 17:17:05 -0800, "Speck Teck" <Speck
    > [email protected]> wrote:
    >
    > >I would like to convert fractional hours into hours and minutes. For example,
    > >1.47 hours is 1 hour 28 minutes or 01:28:00.

    >
    > =1.47/24 and format as [h]:mm:ss
    >
    > But 1.47 hours is really 1 hour 28 minutes and 12 seconds
    >
    > If what you want is rounded to the nearest minute, then the formula would be:
    >
    > =ROUND(1.47/24*1440,0)/1440
    >
    >
    >
    >
    > --ron
    >


  4. #4
    Ron Rosenfeld
    Guest

    Re: How can I convert fractional hours to minutes?

    On Thu, 3 Mar 2005 14:53:01 -0800, "Speck Teck"
    <[email protected]> wrote:

    >Thanks, Ron, that did the trick!


    You're welcome

    --ron

+ 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