How to Convert Minutes to Hours and Minutes in Excel

Get FREE Advanced Excel Exercises with Solutions!

This tutorial will demonstrate how to convert minutes to hours and minutes in excel. We need to convert minutes into hours and minutes for our needs. Decimal time is commonly used in excel to track the record of a person’s time spent on a project. But converting minutes into hours and minutes is useful to calculate it easily. So, we need to learn to convert minutes to hours and minutes in excel.


Download Practice Workbook

You can download the practice workbook from here.


5 Easy Methods to Convert Minutes to Hours and Minutes in Excel

In this case, our goal is to convert minutes to hours and minutes in excel in 5 ways. To do that, we’ll use a sample dataset overview as an example in Excel to understand easily. In Column B we have Minutes and in column C we have Hours and Minutes. If you follow the methods correctly, you should learn how to convert minutes to hours and minutes in the excel formula yourself.

convert minutes to hours and minutes in excel


1. Using TEXT Function

The TEXT Function is mainly used to convert a numeric value to a particular formula for many purposes. In this case, we aim to convert minutes to hours and minutes in excel with this function. We will describe the steps of this method below.

Steps:

  • First, 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

  • Finally, you will get the desired result.

Read More: How to Convert Minutes to Seconds in Excel (2 Quick Ways)


2. Use of CONVERT Function

In this case, our goal is to convert minutes to hours and minutes in excel by the CONVERT Function. This is the easiest option to change minutes in an excel sheet. Let’s describe the steps of this method below.

Steps:

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

Inserting Formula to convert minutes to hours and minutes in excel

  • Secondly, 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.

  • Thirdly, you will get the desired result.

Read More: Convert Seconds to Hours and Minutes in Excel (4 Easy Methods)


3. Combining QUOTIENT and INT Functions

Our goal is to convert minutes to hours and minutes in excel by combining the INT and QUOTIENT functions. The INT Function is mainly used to return the integer part of a decimal number. The QUOTIENT function is mainly used for data entry or accounting as it doesn’t return any remainder. So, combining both functions can be very helpful in this case. Let’s describe the method with easy steps below in order.

Steps:

  • To begin with, 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

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

  • Finally, 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.

Read More: How to Convert Minutes to Tenths of an Hour in Excel (6 Ways)


Similar Readings


4. Manually Converting to Minutes and Hours

In this case, we aim to convert minutes to hours and minutes in excel by dividing. This is the easiest option to create in an excel sheet. Let’s describe the steps of this method below.

Steps:

  • Firstly, in the C5 cell insert the following formula.
=B5/60

Inserting Formula to convert minutes to hours and minutes in excel

  • Secondly, 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.

  • Thirdly, you will get the desired result.

Read More: Excel Convert Seconds to hh mm ss (7 Easy Ways)


5. Use of Custom Formatting

Excel has a custom format to transform decimals into time. Now, we aim to apply the custom format to fulfill our goal. The steps of this method are described below.

Steps:

  • To begin with, in the C5 cell insert the following formula.
=B5/(24*60)

Inserting Formula to convert minutes to hours and minutes in excel

  • Next, 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.

  • In addition, you will get the desired result.

Showing result to convert minutes to hours and minutes in excel

  • Furthermore, 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

  • Then, go to Number > Custom > Type > [h]:mm > OK.

  • Finally, you will get the desired result.

Showing Result to convert minutes to hours and minutes in excel

Read More: How to Convert Seconds to Hours Minutes Seconds in Excel


How to Change Time to Decimal

At this point, we aim to change time to decimals. Recording time helps track attendance easily. But converting it into decimals helps to learn how much time a person has spent to complete the project. By that, one can easily understand the dedication level of another person. The steps of this method are described below.

Steps:

  • At first, in the C5 cell insert the following formula.
=CONVERT(B5,"day","mn")

Inserting Formula to convert minutes to hours and minutes in excel

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

  • Last, you will get the desired result.

Showing result to convert minutes to hours and minutes in excel

Read More: Convert Decimal Coordinates to Degrees Minutes Seconds 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.

Conclusion

Henceforth, follow the above-described methods. Thus, you will be able to convert minutes to hours and minutes in excel. Let us know if you have more ways to do the task. Follow the ExcelDemy website for more articles like this. Don’t forget to drop comments, suggestions, or queries if you have any in the comment section below.


Related Articles

Zehad Rian Jim

Zehad Rian Jim

Hi there! I am Zehad Rian Jim. I graduated with a bachelor's degree in engineering from BUET. Currently, I am working as a technical content writer at ExcelDemy. You will find all my articles on Microsoft Excel on this site. Outside of the workplace, my hobbies and interests include watching movies, tv series, and meeting new people. I also enjoy sports. My favorite sports are Cricket (to watch and play) and Badminton (play).

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo