Expanding Data into multiple columns

L

Leen

Hi
I have a large column containing dates is this format

08/12/2008

I want to put the month in it's own column, the day and the year. Basically
split them up into 3 columns.

I have no idea how to go about it.
 
M

Mike H

Hi.

select the column then
Data|Text to columns
Delimited
Next
Put / in the 'Other' box
Finish

Mike
 
L

Leen

Thanks Mike
That worked except for the month. It broke the day and year out fine in
column B and C, but for the month it listed 1/3/1900 in column A.
 
T

Teethless mama

Format column A as General


Leen said:
Thanks Mike
That worked except for the month. It broke the day and year out fine in
column B and C, but for the month it listed 1/3/1900 in column A.
 
Top