Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I convert a data string date when it imports as yymmdd to full date
description. example 100115 need to convert to Jan 15, 2010 91210 need to convert to Dec 10,2009 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=DATE(2000+LEFT(A1,LEN(A1)-4),MID(A1,LEN(A1)-3,2),RIGHT(A1,2)) -- HTH Bob "Terry" wrote in message ... How do I convert a data string date when it imports as yymmdd to full date description. example 100115 need to convert to Jan 15, 2010 91210 need to convert to Dec 10,2009 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Conversion | Excel Discussion (Misc queries) | |||
Date Conversion | Excel Worksheet Functions | |||
date conversion | Excel Discussion (Misc queries) | |||
Date Conversion | Excel Discussion (Misc queries) | |||
Date Conversion | Excel Discussion (Misc queries) |