ExcelCSE.com

Menu
  • Excel 101
  • Excel Functions
  • Excel Formula
  • Contact Us
How to Use Excel > Excel Formula > How to Convert Time to Hours, Minutes and Seconds in Excel

How to Convert Time to Hours, Minutes and Seconds in Excel

How to Convert Time to Hours, Minutes and Seconds in Excel
Table of contents :
  • Convert Time to Hours in Excel
    • Formula #1, using multiplication formula
    • Formula #2, using CONVERT function
    • Formula #3, using HOUR, MINUTE and SECOND function
  • Convert Time to Minutes in Excel
    • Formula #1, using multiplication formula
    • Formula #2, using CONVERT function
    • Formula #3, using HOUR, MINUTE and SECOND function
  • Convert Time to Seconds in Excel
    • Formula #1, using multiplication formula
    • Formula #2, using CONVERT function
    • Formula #3, using HOUR, MINUTE and SECOND function
  • Which One is the Best Solution?

How to Convert Time to Hours, Minutes and Seconds in Excel

Excel stores TIME values in decimal numbers, but in day unit. The first way to convert a time value to hours, minutes or seconds number is to use the multiplication formula.

The second way is using the excel CONVERT function, an excel function to convert from and to various units of measurement.

The third way to use the excel HOUR function, excel MINUTE function and excel SECOND function, but still involves mathematical formulas (multiplication or division).

For a more detailed explanation of how excel stores TIME, please read “How Excel Stores Date and Time“

For example, there is a TIME value in column A as shown below. How the conversion results to hours, minutes and seconds.

How to Convert TIME to Hours, Minutes and Seconds in Excel

Convert Time to Hours in Excel

Formula #1, using multiplication formula

How to convert time to hours in excel? One day is 24 hours, to get the hour number from a TIME value is to multiply it by the number 24.

The Formula

=A3*24

The Result

Convert Time to Hours in Excel

Formula #2, using CONVERT function

Fill the number argument with cell A3

Fill the from_unit argument with “day”

Fill the to_unit argument with “hr”

The Formula

=CONVERT(A3,"day","hr")

The Result

Excel Convert Time to Hours

The results are the same as the first way.

For a more detailed explanation about Excel CONVERT function, please read “How to Use the Excel CONVERT Function“

Formula #3, using HOUR, MINUTE and SECOND function

To get the HOUR number from the time value, why not just use the HOUR function? Why do the MINUTE function and SECOND function also apply?

The TIME value consists of hour, minute and second value. To get the hour value from the minute value divided by 60 (number of minutes in one hour) and to get an hour value from the second value divided by 3600 (number of seconds in one hour).

The Formula

=HOUR(A3)+(MINUTE(A3)/60)+(SECOND(A3)/3600)

The Result

How to Convert Time to Hours in Excel

The results remain the same as the previous two ways.

Convert Time to Minutes in Excel

Formula #1, using multiplication formula

How to convert time to minutes in excel? There are 1,440 minutes in a day, to get the minute number from a TIME value is to multiply it by the number 1440.

The Formula

=A3*1440

The Result

Convert Time to Minutes in Excel

Formula #2, using CONVERT function

Fill the number argument with cell A3

Fill the from_unit argument with “day”

Fill the to_unit argument with “mn”

The Formula

=CONVERT(A3,"day","mn")

The Result

Excel Convert Time to Minutes

Formula #3, using HOUR, MINUTE and SECOND function

To get the minute number from the hour value multiplied by 60 (number of minutes in one hour) and to get the minute number from the second value divided by 60 (number of seconds in one minute).

The Formula

=(HOUR(A3)*60)+MINUTE(A3)+(SECOND(A3)/60)

The Result

How to Convert Time to Minutes in Excel

Convert Time to Seconds in Excel

Formula #1, using multiplication formula

How to convert time to seconds in excel? to get the second number from a TIME value is to multiply it by the number 86400 (number of seconds in one day, 24 hours x 60 minutes x 60 seconds).

The Formula

=A3*86400

The Result

Convert Time to Seconds in Excel

Formula #2, using CONVERT function

Fill the number argument with cell A3

Fill the from_unit argument with “day”

Fill the to_unit argument with “sec”

The Formula

=CONVERT(A3,"day","sec")

The Result

Excel Convert Time to Seconds

Formula #3, using HOUR, MINUTE and SECOND function

To get the second number from the hour value multiplied by 3600 (number of seconds in one hour) and to get the second number from the minute value multiplied by 60 (number of seconds in one minute).

The Formula

=(HOUR(A3)*3600)+(MINUTE(A3)*60)+SECOND(A3)

The Result

How to Convert Time to Seconds in Excel

Which One the Best Solution?

All depends on you, which solution is the most convenient for you. For me formula #1, the multiplication formula is the simplest. Formula #2 uses one excel function, and the most complex is formula #3 using three excel functions plus multiplication and division formulas.

The choice is yours.

Related Function

Function used in this article
  • Excel HOUR Function
  • Excel MINUTE Function
  • Excel SECOND Function
  • Excel CONVERT Function

Related Articles

Another articles related to this article
  • How to Do Multiplication in Excel
  • How to Do Division in Excel
Share
Tweet
Google+
Email
Prev Article
Next Article

Related Articles

Excel provides three different functions to extract a day, month, …

How to Extract Day, Month and Year from Date in Excel

VLOOKUP REF Error
VLOOKUP REF Error because one or more table_array column is …

VLOOKUP REF Error – Causes and Solutions

How to Subtract in Excel
Subtraction Formula Using the Minus Sign “-“ The symbol used …

How to Subtract in Excel

Excel Cell Reference
As already discussed in the article “How to Create a …

All about Excel Cell Reference

SUMPRODUCT IF
There is no SUMPRODUCTIF function in excel, but you can …

SUMPRODUCT IF – Multiple Criteria SUMPRODUCT

Tags:CONVERT Function Convert Time to Hours in Excel Convert Time to Minutes in Excel Convert Time to Seconds in Excel Division Formula Excel Convert Time to Hours Excel Convert Time to Minutes Excel Convert Time to Seconds Excel Time to Minutes Excel Time to Seconds HOUR Function How to Convert Time to Minutes in Excel How to Convert Time to Seconds in Excel Minute Function Multiplication Formula SECOND Function Time to Minutes Excel

Categories

  • Excel 101
  • Excel Formula
  • Excel Functions

Recent Posts

  • Get the Original Price from Percentage Increase/Decrease
  • How to Add/Subtract Percentage in Excel
  • How to Extract Day, Month and Year from Date in Excel
  • How to Add Seconds, Minutes and Hours to a Time in Excel
  • How to Add Days, Weeks, Months and Years to a Date in Excel
  • How to Calculate Time Difference in Excel
  • Calculate Number of Days, Weeks, Months and Years Between Two Dates in Excel
  • Flash Fill Excel
  • Paste Special Excel
  • Excel TEXTJOIN Function
  • Excel CONCAT Function
  • Excel CONCATENATE Function
  • Excel REPLACE Function
  • Excel SUBSTITUTE Function
  • Excel REPT Function
  • Excel FIND Function
  • Excel SEARCH Function
  • Excel MID Function
  • Excel RIGHT Function
  • Excel LEFT Function

ExcelCSE.com

The Ultimate Guide How to Use Excel Better
Copyright © 2024 ExcelCSE.com
Contact Us - Privacy Policy - Sitemap | Theme by MyThemeShop.com

Ad Blocker Detected

Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker.

Refresh