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

Here, we have a dataset containing the Player Name and Swim Time in minutes of swimmers.

Ways to Convert Minutes to Seconds in Excel


Method 1 – Using an Arithmetic Formula to Convert Minutes to Seconds in Excel

Steps:

  • Select Cell D5.
  • Enter the following formula:
=C5*60

Using Arithmetic Formula to Convert Minutes to Seconds in Excel

1 hour = 60 seconds, so we multiplied Cell C5 by 60 to convert the time from minutes to seconds in Excel.

  • Press ENTER.
  • Drag down the Fill Handle tool to AutoFill the formula for the rest of the cells.

  • You will get the values of time in minutes to seconds using the Arithmetic Formula in Excel.

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


Method 2 – Using the CONVERT Function to Convert Minutes to Seconds in Excel

Steps:

  • Select Cell D5.
  • Enter the following formula:
=CONVERT(C5,"mn","sec")

Use of Convert Function to Convert Minutes to Seconds in Excel

In the CONVERT Function, we inserted Cell C5 as number, “mn” as from_unit and “sec” as to_unit.

  • Press ENTER.
  • Drag down the Fill Handle tool to AutoFill the formula for the rest of the cells.

  • You will get the time values in minutes to seconds using the CONVERT Function in Excel.

Converting Minutes to Seconds in Excel Using CONVERT Function

Read More: How to Convert Seconds to Minutes in Excel


Applying HOUR, MINUTE and SECOND Functions to Convert Hours and Minutes to Seconds

Steps:

  • Select Cell D5.
  • Enter the following formula:
=HOUR(C5)*3600 + MINUTE(C5)*60 + SECOND(C5)

We inserted Cell C5 in the HOUR function and multiplied it by 3600 to convert it into seconds, then inserted Cell C5 in the MINUTES function and multiplied it by 60, and finally inserted Cell C5 in the SECOND function. At last, we added all the values to get the total value of time in seconds.

  • Press ENTER.

  • To change the number format, select Cell D5.
  • Go to the Home tab >> select General from Number Format.

  • Drag down the Fill Handle tool to AutoFill the formula for the rest of the cells.

  • You will get the values of time in hours and minutes to seconds using the HOUR, MINUTE, and SECOND functions in Excel.

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


Practice Section

In this section, we provide you with the dataset to practice these methods on your own.

Practice Section


Download the Practice Workbook


Related Articles


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

Get FREE Advanced Excel Exercises with Solutions!
Arin Islam
Arin Islam

Anowara Islam Arin, a graduate of Civil Engineering from Khulna University of Engineering & Technology, Bangladesh, serves as a technical content creator in the ExcelDemy project. Possessing a passion for innovation and critical thinking, she actively embraces challenges. Beyond her engineering background, Arin exhibits a keen interest in Excel, having authored numerous articles on Excel & VBA-related issues to simplify the experience for users facing obstacles in Excel. Besides, she is also interested in Advanced Excel,... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo