G Guest Feb 9, 2005 #1 I have a column of dates, but they're in text format. How can I convert the text "02/05/05" into an actual date?
I have a column of dates, but they're in text format. How can I convert the text "02/05/05" into an actual date?
G Guest Feb 9, 2005 #2 Hi, Say a text-date is in A1, in B1: =Value(A1) It returns the number; just format column B as a date Sebastien
Hi, Say a text-date is in A1, in B1: =Value(A1) It returns the number; just format column B as a date Sebastien
M Myrna Larson Feb 9, 2005 #3 Another way is Search and Replace: Replace / with /. That forces Excel to re-evaluate the cell contents.
Another way is Search and Replace: Replace / with /. That forces Excel to re-evaluate the cell contents.