+ Reply to Thread
Results 1 to 5 of 5

Converting minutes to hours and minutes

  1. #1
    Registered User
    Join Date
    12-31-2007
    Location
    Northern California
    Posts
    3

    Converting minutes to hours and minutes

    I am new to the forum & have question:

    Is there an Excel function or formula that, when number of minutes is entered, will return hours and minutes in the format hh:mm? For example, if the number of minutes entered is 150, the returned value is 2:30.

    Thanks, //Dennis

  2. #2
    Forum Contributor
    Join Date
    04-21-2007
    Location
    Lima, Peru
    MS-Off Ver
    2000, 2007, 2010
    Posts
    674

    Time entry

    Hi

    Try the following link which takes you to a very good set of examples from C. Pearson.

    http://www.cpearson.com/excel/DateTimeEntry.htm

    Regards

    Jeff

  3. #3
    Registered User
    Join Date
    12-31-2007
    Location
    Northern California
    Posts
    3

    Thanks Jeff!

    I'm heading over to the link you provided.

    Thanks again, //Dennis//

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Quote Originally Posted by dirwin
    I am new to the forum & have question:

    Is there an Excel function or formula that, when number of minutes is entered, will return hours and minutes in the format hh:mm? For example, if the number of minutes entered is 150, the returned value is 2:30.

    Thanks, //Dennis
    Just divide by 1440 (the number of minutes in a day), i.e. if A1 contains the number 150 use this formula in another cell

    =A1/1440

    format as [h]:mm

  5. #5
    Registered User
    Join Date
    12-31-2007
    Location
    Northern California
    Posts
    3

    Perfect!

    Thanks for a perfectly logical & simple solution!

    Cheers, //Dennis//

+ 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