I had this question after viewing Finding missing dates..
Also I would like to change the date format to YYYY-MM-DDThh:mm:ss.
I tried changing it by going to text to columns and also by formatting cells but it didn't work. :(
If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.
frankhelk
Experts-Exchange Cleanup Volunteer
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
=DATE(MID(A2,7,4),MID(A2,4
This assumes that your text dates represent "dd.mm.yyyy" format.
Then just use a Custom format of "yyyy-mm-dd hh:mm:ss" (without the quotes).
Thanks
Rob H