How to Convert Decimal to Minutes and Seconds in Excel (3 Easy Ways)

Excel by default stores time in decimal format. But there are several built-in formats and custom formats to convert these decimal values to time format. In this article, we’ll demonstrate 3 easy methods, using the dataset below as an example.


Method 1 – Manually Converting Decimal to Minutes Only

Excel stores time as a fraction of one day. So, to convert it to minutes, we’ll multiply the decimal by 24 hours and then by 60 minutes.

Steps:

  • Activate cell D5 by clicking it.
  • Enter the following formula in it:
=C5*24*60
  • Press ENTER to return the value in minutes.

Manual Way to Convert Decimal to Minutes Only

  • Drag down the Fill Handle icon to copy the formula to the rest of the cells.

Manual Way to Convert Decimal to Minutes Only

All the decimal values are now converted to minutes.

Read More: How to Convert Number to Minutes in Excel


Method 2 – Manually Convert Decimal to Seconds Only

In the same way, we can convert decimals to seconds only. We’ll multiply the decimal by 86400, because one day equals 24 * 60 * 60 = 86400 seconds.

Steps:

  • Insert the following formula in cell D5:
=C5*24*60*60
  • Press ENTER to return the output.

Manual Way to Convert Decimal to Seconds Only

  • Copy the formula to the other cells by dragging down the Fill Handle icon.

Manual Way to Convert Decimal to Seconds Only

We have all the values in seconds.

Read More: How to Convert 4 Digit Number to Time in Excel


Method 3 – Using a Custom Format to Convert Decimal to Minutes and Seconds

For this example, we’ll use a new dataset that contains some the run times of some short films in minutes in number format. We’ll convert these values to minutes and seconds in time format using a custom time format. First, we’ll convert the minutes to decimal, and then will apply a custom format.

Steps:

  • In cell D5, enter the following formula;
=C5/(24*60)
  • Press ENTER.

Using Custom Format to Convert Decimal to Minutes and Seconds

  • Use the Fill Handle tool to copy the formula to the cells below.

Using Custom Format to Convert Decimal to Minutes and Seconds

We have all the values as decimal. Let’s apply the custom format.

Using Custom Format to Convert Decimal to Minutes and Seconds

  • Select all the converted decimal values.
  • Click the Number format icon from the Number section of the Home tab.

Using Custom Format to Convert Decimal to Minutes and Seconds

The Format Cells dialog box opens.

  • Under Category, select Custom.
  • Enter mm:ss in the Type box.
  • Click OK.

The custom format converts the values to a time format of minutes and seconds.


Download Practice Workbook


 

Related Articles


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

Get FREE Advanced Excel Exercises with Solutions!
Md. Sourov Hossain Mithun
Md. Sourov Hossain Mithun

Md. Sourov Hossain Mithun, an Excel and VBA Content Developer at Softeko's ExcelDemy project, joined in October 2021. Holding a Naval Architecture & Marine Engineering degree from BUET, Mithun showcases expertise during his two-year tenure. With over 200 published articles on Excel topics, he earned a promotion to Team Leader, excelling in leading diverse teams. Mithun's passion extends to Advanced Excel, Excel VBA, Data Analysis, and Python programming, contributing significantly to the innovative and dynamic environment of ExcelDemy... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo