#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 193
Default Date Conversion

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 834
Default Date Conversion

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date Conversion Lindsey Excel Discussion (Misc queries) 4 March 18th 09 04:21 PM
Date Conversion mecca Excel Worksheet Functions 7 February 2nd 09 08:00 PM
date conversion ranvin56 Excel Discussion (Misc queries) 2 January 3rd 08 09:50 PM
Date Conversion Kelli Excel Discussion (Misc queries) 2 June 20th 07 04:14 PM
Date Conversion Port Man Excel Discussion (Misc queries) 2 March 1st 07 06:40 PM


All times are GMT +1. The time now is 09:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"