Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to convert the following text 20061230.1437 to
12/30/06 14:37 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=DATE(LEFT(A1,4),MID(A1,5,2),MID(A1,7,2))+TIME(MID (A1,10,2),RIGHT(A1,2),0)
and format as Custom m/d/yyyy hh:mm -- Gary''s Student - gsnu200738 "samuel" wrote: I'm trying to convert the following text 20061230.1437 to 12/30/06 14:37 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I was using the & " " & instead of the +
Can you tell me why mine wouldn't work? "Gary''s Student" wrote: =DATE(LEFT(A1,4),MID(A1,5,2),MID(A1,7,2))+TIME(MID (A1,10,2),RIGHT(A1,2),0) and format as Custom m/d/yyyy hh:mm -- Gary''s Student - gsnu200738 "samuel" wrote: I'm trying to convert the following text 20061230.1437 to 12/30/06 14:37 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
By using the + we are making a value. The integer part of the value is the
date and the decimal part of the value is the time. -- Gary''s Student - gsnu200738 "samuel" wrote: I was using the & " " & instead of the + Can you tell me why mine wouldn't work? "Gary''s Student" wrote: =DATE(LEFT(A1,4),MID(A1,5,2),MID(A1,7,2))+TIME(MID (A1,10,2),RIGHT(A1,2),0) and format as Custom m/d/yyyy hh:mm -- Gary''s Student - gsnu200738 "samuel" wrote: I'm trying to convert the following text 20061230.1437 to 12/30/06 14:37 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Conversion | Excel Discussion (Misc queries) | |||
Text Date Conversion | Excel Discussion (Misc queries) | |||
import /paste -stop automatic conversion of text 05-12345 to date | Excel Discussion (Misc queries) | |||
Date Conversion - sorry | New Users to Excel | |||
Date Conversion | Excel Worksheet Functions |