Home |
Search |
Today's Posts |
#3
![]() |
|||
|
|||
![]()
Ah, yes. Very nice. I like it.
I would still like to know how to do it via Text-to-columns, however. "Naz" wrote in message ... You could create a formula to do the same thing Assuming you had the following date 25/12/2005 (or 12/25/2005 US) (xmas) in cell a1 a b c d 1 25/12/05 =day(a1) =month(a1) = year (a1) 2 -- _______________________ Naz, London "Arsenio Oloroso" wrote: I have a database in which I am attempting to split a column of dates into three columns. The column looks like this: Closed_date 2/3/1997 1/14/1997 1/10/1997 3/19/1997 I selected the column, clicked Data/Text to Columns, and using the Wizard, specified that the text was delimited by forward slashes. I selected {none} for text qualifier, clicked Date as the "Column Data Format." The data preview window appeared to show exactly what I wanted--the month, day and date parsed into three columns. But when I clicked the Finish button, this is what I got. Closed_date 1/2/1900 3 1997 1/1/1900 14 1997 1/1/1900 10 1997 1/3/1900 19 1997 1/3/1900 7 1997 1/3/1900 14 1997 Can anyone tell me what went wrong and how to correct this? Any leads are much appreciated. Arsenio |