Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Convert Hours to Minutes in Excel: How to Convert Time in Excel

Get a clear overview of Convert Hours to Minutes in Excel: How to Convert Time in Excel, why it matters, and what readers should know.

Table of Contents

This updated guide examines Convert Hours to Minutes in Excel: How to Convert Time in Excel and organizes the essential facts, background, and practical takeaways in clear American English.

  • The DAYS function, how to use the function to calculate the number of days between two time points in Excel
  • How to correct a #VALUE date error in Excel
  • How to split date, month and year columns into 3 different columns in Excel
  • How to convert a serial number to a date in Excel

1. How to convert hours with Excel math

We will have the time table for example as below. We will use math to convert hours, minutes and seconds. The rule of thumb is that there will be 24 hours a day, 1 hour = 60 minutes, 1 minute = 60 seconds.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 1

Step 1:

In cell C2 of the Convert to hour column , the user enters the calculation = + C2 * 24 . + Sign before to ensure a positive value for the result, you use or remove it.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 2

Step 2:

User results are the first hour value box. You drag the resulting cell down to the remaining cells to be column hour values as shown.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 3

Step 3:

Results show as decimal but not truncated. If you want to shorten the value , highlight the column and then right-click andselect Format Cells . Then display the panel as shown, click the Number group, then look to the right, convert Decimal places to 2, then click OK.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 4

In case you want the result to be integer , not in decimal form, combine it with INT .

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 5

The result shown is the integer value as shown below.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 6

Step 4:

We continue to convert the minute value with the input operation as shown below.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 7

The result is a complete minute value as shown below.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 8

Step 5:

Proceed to the second value column with the input operation as shown.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 9

The result is column value as below.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 10

2. Change the time with the Convert function in Excel

The Convert function in Excel is used to convert measurement values. The formula for the Convert function is = CONVERT (number, from_unit, to_unit). Inside:

  • Number: is the value to be converted.
  • From_Unit: unit to convert.
  • To_Unit: unit conversion.

The values of time units are day (day), hr (hour), mn (minute), sec (second).

Step 1:

To change the time to an hour value, enter the formula = CONVERT (B2, "day", "hr") , the default from_unit value is "day" .

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 11

When you press Enter, the result is the correct hour value with the calculation.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 12

Step 2:

With the column converted to minutes, enter the formula = CONVERT (B2, "day", "mn") and press Enter and produce the following result.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 13

Step 3:

If you want to change the seconds value enter the formula = CONVERT (B2, "day", "sec") and then drag the first result cell down to the remaining cells.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 14

3. Transfer time using the Hour, Minute, Second functions

We will use these 3 functions to calculate the values for each component of time and then add them together to produce the result of minutes and seconds. The function syntax is:

  • HOUR (serial_number)
  • MINUTE (serial_number)
  • SECOND (serial_number)

Where serial_number is the number to be converted.

Step 1:

In the first cell in the number of hours, enter the formula = HOUR (B2) and press Enter. Displaying the results we scroll down to the remaining cells

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 15

For a cell in the number of minutes column you will change to the formula = MINUTE (B2) and also press Enter.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 16

The remaining column enters the function formula as = SECOND (B2) .

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 17

Step 2:

Next in the value box the final result we will do the addition. The formula will be equal to the number of hours * 24 + minutes + seconds / 60 . Apply to the table we have the formula is E2 = C2 * 60 + D2 + E2 / 60.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 18

The results are displayed in the first box, scrolling down to the remaining cells is done.

Convert Hours to Minutes in Excel: How to Convert Time in Excel — contextual image 19

So we have different ways to convert time into different values. Note that when converting time by calculation, you need to format the cell as General, then convert to Number if you want to collapse the results.

I wish you successful implementation!

FAQ

What is Convert Hours to Minutes in Excel: How to Convert Time in Excel about?

It provides a structured overview of Convert hours to minutes in Excel, explains the main context, and highlights practical takeaways for readers.

Why does this topic matter?

Understanding the main concepts helps readers evaluate the issue, avoid common mistakes, and make better-informed decisions.

How should readers use this information?

Use the guidance as a practical starting point, confirm details that may have changed, and follow current product, safety, or security recommendations.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.