How to Convert Minutes to Hours and Minutes in Excel: 5 Methods

Method 1 – Use Excel TEXT Function to Convert Minutes to Hours and Minutes

Steps:

  • In the C5 cell insert the following formula.
=TEXT(B5/(24*60),"[hh]:mm")

Inserting Formula to convert minutes to hours and minutes in excel

  • After pressing the Enter button, you will get the result for the cell and then use the Fill Handle to apply the formula to all the desired cells.

Using Fill Handle to convert minutes to hours and minutes in excel

  • You will get the desired result.


Method 2 – Use of CONVERT Function

Steps:

  • In the C5 cell insert the following formula.
=CONVERT(B5,"mn","hr")

Inserting Formula to convert minutes to hours and minutes in excel

  • If you press the Enter button, you will get the result for the cell and then use the Fill Handle to apply the formula to all the desired cells.

  • You will get the desired result.


Method 3 – Combine QUOTIENT and INT Functions to Get Hours and Minutes from Minutes

Steps:

  • In the C5 cell insert the following formula.
=QUOTIENT(B5,60)&":"&IF(LEN(MOD(B5,60))=1,0,"")&MOD(B5,60)

Inserting Formula to convert minutes to hours and minutes in excel

  • Press the Enter button, and you will get the result for the cell, and use the Fill Handle to apply the formula to all the desired cells.

  • You will get the desired result.

How Does the Formula Work?

  • IF(LEN(MOD(B5,60))=1,0,””)&MOD(B5,60): In the first portion, it represents the decimal values and converts the values into days.
  • QUOTIENT(B5,60): This portion takes the values in decimals and converts them into hours and minutes.


Method 4 – Manually Convert to Minutes and Hours from Minutes in Excel

Steps:

  • In the C5 cell insert the following formula.
=B5/60

Inserting Formula to convert minutes to hours and minutes in excel

  • Press the Enter button, you will get the result for the cell and then use the Fill Handle to apply the formula to all the desired cells.

  • You will get the desired result.

 


Method 5 – Use of Custom Formatting for Conversion Between Minutes and Hours

Steps:

  • In the C5 cell insert the following formula.
=B5/(24*60)

Inserting Formula to convert minutes to hours and minutes in excel

  • Press the Enter button; you will get the result for the cell. Use the Fill Handle to apply the formula to all the desired cells.

  • In addition, you will get the desired result.

Showing result to convert minutes to hours and minutes in excel

  • Press right-clicks on the selected cells, and the Format Cells dialog box will open on the screen.

Format Cells to convert minutes to hours and minutes in excel

  • Go to Number > Custom > Type > [h]:mm > OK.

  • You will get the desired result.

Showing Result to convert minutes to hours and minutes in excel

 


Things to Remember

  • Among all the methods, using the TEXT Function is the easiest to create and most efficient way to use it in all situations.
  • If only you don’t want to use any formula, then you can use the Custom Format.
  • No matter which method you have used, just learn it well enough so that you can understand its formula and final output.

Download Practice Workbook


Related Articles


<< Go Back to Convert Time to Hours | Time Conversion | Date-Time in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Zehad Rian Jim
Zehad Rian Jim

Zehad Rian Jim is a dedicated professional with a BSc. Degree in Naval Architecture and Marine Engineering from Bangladesh University of Engineering and Technology. He's good with Microsoft Office and has written more than 80 helpful articles for ExcelDemy in the last year. Now, he makes fun and easy-to-follow Excel tutorials for YouTube as part of the ExcelDemy Video project. Zehad loves figuring out Excel problems, and his passion for learning new things in Excel shines through in... Read Full Bio

2 Comments
  1. Hi There – I don’t think all of the formulas in this article “How to Convert Minutes to Hours and Minutes in Excel: 5 Methods” are working as they should.
    The TEXT Method works. Methods 1, 3 and 5 work (at least in your example).
    The CONVERT Method returns a decimal result which could as easily be done by taking total number of minutes and dividing by 60. AND – the results that are listed are incorrect – I would assume that the numbers shown in the results column would be the same for all 5 methods, but they are not. If 3627.51 is 60 hours and 27.5 – that should show up in every method. But in CONVERT is comes out as 60.46 and in Method 4 (Quotient and Int) it also comes out to 60.46 in your example.
    You probably should fix this because it does not inspire faith in your training.

    • Hello Diane,

      Thank you for your detailed feedback and for going through the methods so carefully. The results you’re seeing are actually consistent in value, but they are presented in different formats, which can understandably cause confusion. Some methods (like TEXT and formatting-based ones) return the result as hours and minutes, while others (such as CONVERT and division/QUOTIENT approaches) return decimal hours.

      For example:
      • 3627.51 minutes ÷ 60 = 60.46 hours (decimal format)
      • The same value expressed differently = 60 hours and ~27.5 minutes

      So the difference isn’t in the calculation, but in how the result is displayed.

      That said, you make a fair point that the article could present these outputs more consistently or clarify the distinction more explicitly. We’ll take that into account to improve clarity for readers.

      Regards,
      ExcelDemy

Leave a reply

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo