I have imported some dates into an excel document and I need to format them as dates not text strings.
The format is like this: 12.05.79 but when I set the format to date excel doesn’t do anything.
Any way to do this?
C
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Two possible ways to convert “in situ” without an extra column
1 – use “Text to columns”
Select column of dates then Data > text to columns > Next > Next > “under column data format” select “Date” and the format from dropdown (MDY or DMY) > OK
2 – use Edit/Replace. Replace “.” with “/” (in both cases without quotes)