Thread: Split Date
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Split Date

IF your data is in column A as text, then in B1:

=datevalue(A1) and copy down

Then format column B as Data in any format.
--
Gary''s Student - gsnu200854


"Elton Law" wrote:

Dear Expert,
Have used an OCR software to extract data from a PDF file.
The outcome can be as follows:

1Jan2009
12Jan2009
16Feb2009
19 Feb2009
3 Jul 2009
14Jul 2009

How can I make it split into date, month and year please ?

That is ...
All in this kind of format ....

01 Jan 2009
12 Jan 2009
16 Feb 2009
19 Feb 2009
03 Jul 2009
14 Jul 2009

Thanks and regards,