I would use a helper column with a formula like:
=RIGHT("0"&A1,8)
Then drag this down all 35000 rows.
Then select that column and do data|text to columns
delimited (by nothing)
and choose mdy as the format
Then you could delete the original column or just paste over it.
===
This looks like it will work since your dates are formatted as mddyyyy or
mmddyyyy.
Chris in Nebraska wrote:
>
> I have a tab delimited text file with a column of dates. I copied and
> pasted a selection of them below as a reference, there are in reality
> over 35,000 rows of these dates.
>
> These text dates must be converted to the following date format and
> saved back into a text file as such:
>
> mm/dd/yyyy
>
> That includes leading zeroes in months and dates. E.g. 01/01/1999
>
> To complicate matters, I need to explain the process to others.
>
> Does anyone even know where I should begin?
>
> THANK YOU,
> - Chris
>
> +++++++++++++++++++++++++++
>
> 9031989
> 8131990
> 9201989
> 1271990
> 10291989
> 1081990
> 3041990
> 10051989
> 4191990
> 10171989
> 4241990
> 12181989
> 11061989
> 8291989
> 11021989
> 12291989
> 10181989
> 5151990
> 11221989
> 9111989
> 9111989
> 5231990
> 11211989
> 7271989
> 10301989
> 5241990
> 6081990
> 9211989
> 10021990
--
Dave Peterson
Bookmarks