Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a large database that is sent to me for anaysis on a regular basis.
My problem is with times. They are sent to me in the for 0122 as text. I need help converting them to a time that excel can deal with (without manually fixing them, as there's about 100,000 pieces of data that need to be updated). Thanks your your help. |
#2
![]() |
|||
|
|||
![]()
add a helper column
=TIME(LEFT(A2,2),Right(A2,2),0) and copy down -- HTH Bob Phillips "Chip193" wrote in message ... I have a large database that is sent to me for anaysis on a regular basis. My problem is with times. They are sent to me in the for 0122 as text. I need help converting them to a time that excel can deal with (without manually fixing them, as there's about 100,000 pieces of data that need to be updated). Thanks your your help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
axis title text box is wrong size in chart for excel 2003 | Charts and Charting in Excel | |||
How do I set Excel cell format to "Text" from VB.NET? | Excel Discussion (Misc queries) | |||
Changing the format of an Excel output file made by Microsoft Access | Excel Discussion (Misc queries) | |||
Autofitting a row | Excel Discussion (Misc queries) | |||
How do I convert a number formated as a date to text in Excel? | Excel Discussion (Misc queries) |