+ Reply to Thread
Results 1 to 2 of 2

Convert any size of minutes entered into hours and minutes

Hybrid View

  1. #1
    Registered User
    Join Date
    07-30-2013
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    3

    Convert any size of minutes entered into hours and minutes

    I'm trying to write a formula so that if say e3's value is 200, f3 will recognise that this is 60*3 +20 and will display "3.20".

    Basically I'm trying to convert any size of minutes entered into hours and minutes in the cell adjacent to it. If anyone could help I'd be really grateful.

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Convert any size of minutes entered into hours and minutes

    Hi stf4ever,

    Try...

    =INT(A1/60)&"." &MOD(A1,60)
    HTH
    Regards, Jeff

+ 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. convert days hours minutes seconds to just minutes
    By hollylynn in forum Excel General
    Replies: 4
    Last Post: 08-28-2015, 08:53 AM
  2. Excel 2007 : Convert number of minutes to hours and minutes
    By MikeFromIndy in forum Excel General
    Replies: 30
    Last Post: 06-05-2015, 08:10 AM
  3. Convert Days:Hours:Minutes:seconds to minutes.
    By Kevingardner1 in forum Excel General
    Replies: 4
    Last Post: 06-03-2014, 06:44 PM
  4. How do I convert a number of minutes into hours and minutes?
    By gyrkin in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM
  5. [SOLVED] How do I convert a number of minutes into hours and minutes?
    By Chip Pearson in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 04:05 AM

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