Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do you convert a text string, "112905" to a date of 11/29/05?
So it has the appropriate serial value 38685 for 11/29/05. Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=DATE("20"&RIGHT(A1,2),LEFT(A1,2),MID(A1,3,2)) -- Regards, Dave "AK" wrote: How do you convert a text string, "112905" to a date of 11/29/05? So it has the appropriate serial value 38685 for 11/29/05. Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert Text to DATE | Excel Discussion (Misc queries) | |||
How do I convert a text string into a date? | Excel Worksheet Functions | |||
Convert Text Entry to Date Format | Excel Discussion (Misc queries) | |||
can you find specific text in a string ignoring any other text | Excel Discussion (Misc queries) | |||
Auto convert an alphanumeric string (CIS9638S) to numbers only? | Excel Worksheet Functions |