+ Reply to Thread
Results 1 to 7 of 7

How do I convert a number of minutes into hours and minutes?

  1. #1
    Chip Pearson
    Guest

    Re: How do I convert a number of minutes into hours and minutes?

    Use a formula like

    =A1/24/60

    and format the cell for Time.


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com



    "gyrkin" <[email protected]> wrote in message
    news:[email protected]...
    >I need to convert a number stated in minutes into a format that
    >reflects
    > Hours and minutes.
    > As an example: 722 minutes = 12 hrs 2 mins




  2. #2
    Biff
    Guest

    Re: How do I convert a number of minutes into hours and minutes?

    Hi!

    Divide by 1440 and format the cell as [h]:mm

    A1 = 722
    B1 = =A1/1440
    Format B1 as [h]:mm

    To do it in place:

    Enter 1440 in an empty cell
    Copy that cell
    Select A1
    Paste Special>Divide>OK
    Format as [h]:mm

    Biff

    "gyrkin" <[email protected]> wrote in message
    news:[email protected]...
    >I need to convert a number stated in minutes into a format that reflects
    > Hours and minutes.
    > As an example: 722 minutes = 12 hrs 2 mins




  3. #3
    Chip Pearson
    Guest

    Re: How do I convert a number of minutes into hours and minutes?

    Use a formula like

    =A1/24/60

    and format the cell for Time.


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com



    "gyrkin" <[email protected]> wrote in message
    news:[email protected]...
    >I need to convert a number stated in minutes into a format that
    >reflects
    > Hours and minutes.
    > As an example: 722 minutes = 12 hrs 2 mins




  4. #4
    Biff
    Guest

    Re: How do I convert a number of minutes into hours and minutes?

    Hi!

    Divide by 1440 and format the cell as [h]:mm

    A1 = 722
    B1 = =A1/1440
    Format B1 as [h]:mm

    To do it in place:

    Enter 1440 in an empty cell
    Copy that cell
    Select A1
    Paste Special>Divide>OK
    Format as [h]:mm

    Biff

    "gyrkin" <[email protected]> wrote in message
    news:[email protected]...
    >I need to convert a number stated in minutes into a format that reflects
    > Hours and minutes.
    > As an example: 722 minutes = 12 hrs 2 mins




  5. #5
    gyrkin
    Guest

    How do I convert a number of minutes into hours and minutes?

    I need to convert a number stated in minutes into a format that reflects
    Hours and minutes.
    As an example: 722 minutes = 12 hrs 2 mins

  6. #6
    Chip Pearson
    Guest

    Re: How do I convert a number of minutes into hours and minutes?

    Use a formula like

    =A1/24/60

    and format the cell for Time.


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com



    "gyrkin" <[email protected]> wrote in message
    news:[email protected]...
    >I need to convert a number stated in minutes into a format that
    >reflects
    > Hours and minutes.
    > As an example: 722 minutes = 12 hrs 2 mins




  7. #7
    Biff
    Guest

    Re: How do I convert a number of minutes into hours and minutes?

    Hi!

    Divide by 1440 and format the cell as [h]:mm

    A1 = 722
    B1 = =A1/1440
    Format B1 as [h]:mm

    To do it in place:

    Enter 1440 in an empty cell
    Copy that cell
    Select A1
    Paste Special>Divide>OK
    Format as [h]:mm

    Biff

    "gyrkin" <[email protected]> wrote in message
    news:[email protected]...
    >I need to convert a number stated in minutes into a format that reflects
    > Hours and minutes.
    > As an example: 722 minutes = 12 hrs 2 mins




+ 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