+ Reply to Thread
Results 1 to 4 of 4

how do i convert minutes to hours

  1. #1
    m fournier
    Guest

    how do i convert minutes to hours

    I have a spreadsheet that was forwarded to me in minutes but I need to covert
    these minutes to hours ie 74 minutes should be 1:14 minutes.

    Any suggestions?

    Miriam


  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,786
    If your cell with 74 is A1 and formatted as general or number then you need to divide by 1440 (the number of minutes in a day)

    either use another column with formula

    =A1/1440

    format as [h]:mm

    or if you want to convert a whole range in situ do this:

    put 1440 in an empy cell and copy that cell
    select range to convert
    edit > paste special > divide

  3. #3
    Niek Otten
    Guest

    Re: how do i convert minutes to hours

    Hi Miriam,

    If the minutes are supplied as a number (of minutes):

    =A1/24/60

    Format as Time

    --
    Kind regards,

    Niek Otten
    Microsoft MVP - Excel

    "m fournier" <m [email protected]> wrote in message news:[email protected]...
    |I have a spreadsheet that was forwarded to me in minutes but I need to covert
    | these minutes to hours ie 74 minutes should be 1:14 minutes.
    |
    | Any suggestions?
    |
    | Miriam
    |



  4. #4
    m fournier
    Guest

    RE: how do i convert minutes to hours

    Thank you this was very helpful.



    "m fournier" wrote:

    > I have a spreadsheet that was forwarded to me in minutes but I need to covert
    > these minutes to hours ie 74 minutes should be 1:14 minutes.
    >
    > Any suggestions?
    >
    > Miriam
    >


+ 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