Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default Problem converting Time

Hi there,

So the national hockey league has a statistic known as Time on ice which is reported in minutes and seconds, on websites it is reported mm:ss. For example, one player might play for 12:23 or 12 minutes and 23 seconds. However, when I copy and paste these stats into excel, it think it as a time like 12:23 PM. How can I change this to 12 minutes and 23 seconds?

Thanks
Ash
  #2   Report Post  
Junior Member
 
Posts: 2
Default

Quote:
Originally Posted by Ash87 View Post
Hi there,

So the national hockey league has a statistic known as Time on ice which is reported in minutes and seconds, on websites it is reported mm:ss. For example, one player might play for 12:23 or 12 minutes and 23 seconds. However, when I copy and paste these stats into excel, it think it as a time like 12:23 PM. How can I change this to 12 minutes and 23 seconds?

Thanks
Ash
Excel is quirky with time data, IMHO. Here is a workaround that might work for you:

1) Format cells A1,B1,C1,D1 to Text
2) Put the 12:23 in A1
3) Put this in B1: 0
4) Put this in C1: =LEFT(A1,2)
5) Put this in D1: =RIGHT(A1,2)
6) Format cell E1 to hh:mm:ss
7) Put this in E1: =TIME(B1,C1,D1)

You could skip step 3 then format cell E1 to mm:ss

Last edited by tomgilb : January 29th 11 at 02:57 AM
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting Standard Time to Military Time in Excel mtvschultz Excel Discussion (Misc queries) 3 May 5th 23 11:42 AM
formula for converting military time to standard time, etc Pattio Excel Discussion (Misc queries) 8 February 17th 08 01:12 AM
Problem with converting decimal time to hours and minutes RobertSE6 Excel Discussion (Misc queries) 6 October 22nd 07 01:00 PM
Converting date/time serial values to cumulative time totals... Kevin B Excel Discussion (Misc queries) 4 October 18th 07 05:05 PM
Converting time formats into actual time(minutes) LeighM Excel Discussion (Misc queries) 2 October 30th 06 05:15 AM


All times are GMT +1. The time now is 05:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"