Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
All,
i have data from a text file, exported to excel. I have date in the form of text, such as 173012, how do i change this to show this in time, such as 17:30:12 or 17:30 without having to change each line individually. thanks, |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
one way: put this in a column and copy down. Format cells as hh:mm:ss
=TIME(LEFT(A1,2),MID(A1,3,2),RIGHT(A1,2)) Copy/paste special=values as required HTH "need help" wrote: All, i have data from a text file, exported to excel. I have date in the form of text, such as 173012, how do i change this to show this in time, such as 17:30:12 or 17:30 without having to change each line individually. thanks, |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How about a helper column of cells with formulas like:
=--TEXT(A1,"00\:00\:00") And format those cells as Time (format|cells|number tab) need help wrote: All, i have data from a text file, exported to excel. I have date in the form of text, such as 173012, how do i change this to show this in time, such as 17:30:12 or 17:30 without having to change each line individually. thanks, -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Dave Peterson wrote: How about a helper column of cells with formulas like: =--TEXT(A1,"00\:00\:00") And format those cells as Time (format|cells|number tab) need help wrote: All, i have data from a text file, exported to excel. I have date in the form of text, such as 173012, how do i change this to show this in time, such as 17:30:12 or 17:30 without having to change each line individually. thanks, -- Dave Peterson Thanks, Guys |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change the case of text in more than one entry at a time | Excel Discussion (Misc queries) | |||
How do I change formula results by changing the text color of the | Excel Discussion (Misc queries) | |||
How change dimensions of data label text box in pie chart? | Charts and Charting in Excel | |||
Change number in Text Box in Excel | Excel Discussion (Misc queries) | |||
Time calculations & text conversions | Excel Discussion (Misc queries) |