Convert data into proper time format

  • Thread starter Thread starter sandip.dhamapurkar
  • Start date Start date
S

sandip.dhamapurkar

26:47:00 -> 1/1/1900 2:47:00 AM
:00 -> :00
12:49 -> 12:49:00 PM
:00:00 -> :00:00
1:15 -> 1:15:00 AM
:11 -> :11

I have the above data in A1:A6. Text written next to "->" is how it is
shown in the formula bar. I want to convert it into [hh]:mm:ss format.

The result I want in B1:B6 is show below. How can I convert?

26:47:00
00:00:00
00:12:49
00:00:00
00:01:15
00:11:00
 
You'll have to change the values that begin with : to 0:
Then format Cells->Time -> 37:30:55
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

separating date and time 5
Time query 9
Payment calculation 1
Formula Discrepancy 2
Peak call times/hours 2
Sum Time 6
Date value content format 6
Time Sum in Excel 1

Back
Top