Convert Minutes & Seconds to Hours, Minutes & Second

Helen.Winder

New Member
Joined
Apr 24, 2003
Messages
30
Is there a formula that will convert time format from minutes and seconds to Hours, minutes and seconds. I have some stats from Crystal Reports that are in minutes and seconds format (i.e 01:02, 1 minute & 2 seconds). I paste this into excel and compare the times with other stats that are in hours, minutes & seconds format (i.e 00:01:02, 0 hrs, 1 minutes & 2 seconds). At the moment I am having to overtype the cell to convert it in to the hours minutes & second format but wondered if there was a forumula I could set up that would do this for me.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Re: WELCOME TO THE BOARD!

phantom1975 said:
Give this a whirl:

...

I had to convert the value in A1 to TEXT in order for it to work.

The input 1:02 is probably text-formatted. This can be converted to true time by a little tweak to what you suggest...

=--("0:"&A1)

where A1 has a text formatted value like 1:02. The formula cell needs to be custom formatted as

h:mm:ss
 
Upvote 0

Forum statistics

Threads
1,215,510
Messages
6,125,220
Members
449,215
Latest member
texmansru47

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top