+ Reply to Thread
Results 1 to 3 of 3

Converting total minutes into hour and minutes in a single corresponding cell

  1. #1
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 2021 / 365
    Posts
    1,248

    Converting total minutes into hour and minutes in a single corresponding cell

    Hi,

    I have a data in G column which are in minutes as

    G3 = 75
    G4 = 260
    G5 =125

    I want to convert these into hour and minutes in H column as

    H3=1 hour 15 min
    H4=4 hour 20 min
    H5=2 hour 5 minutes

    Also,on doing sum in H6 =7 hours 40 min

    And H7 is blank for next day data

    Hoping a positive response in this regard.

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Converting total minutes into hour and minutes in a single corresponding cell

    You can do it with formulas.

    Worksheet Formulas
    Cell Formula
    H3 =G3/24/60
    H4 =G4/24/60
    H5 =G5/24/60
    H6 =SUM(H3:H5)

    Format the cells with a custom format:
    h "hours" m "minutes"
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

  3. #3
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 2021 / 365
    Posts
    1,248

    Re: Converting total minutes into hour and minutes in a single corresponding cell

    Thanx I got it.
    Last edited by paradise2sr; 11-16-2017 at 02:49 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Converting time, for example 1.15 hours to 1 hour 9 minutes
    By nsfriedrichsen in forum Excel General
    Replies: 2
    Last Post: 01-06-2015, 03:22 PM
  2. issue with converting hours:minutes into 8-hour working day
    By cajolino in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-19-2014, 06:01 AM
  3. Calculate total clocked In minutes in a given hour
    By rizmomin in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-07-2013, 08:09 PM
  4. RE: Converting decimal minutes to hours, minutes and seconds
    By mills49 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-14-2013, 09:14 AM
  5. Replies: 3
    Last Post: 10-24-2010, 07:41 PM
  6. converting string of minutes to date,hour,min
    By Jeff Stekly in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-01-2010, 03:22 AM
  7. [SOLVED] converting Days Hours & minutes into just minutes in excel
    By Six Sigma Blackbelt in forum Excel General
    Replies: 5
    Last Post: 04-28-2006, 04:45 PM

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