Extract specific data and convert to a date
Solved/Closed
Related:
- Extract specific data and convert to a date
- Convert m3u to mp3 - Guide
- Convert picture to shape powerpoint - Guide
- How to convert free fire id facebook to google - Guide
- How to find specific words on a page - Guide
- Convert dts to ac3 mkvtoolnix - Guide
2 responses
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Jan 23, 2010 at 07:42 PM
Jan 23, 2010 at 07:42 PM
Your are in that regions where the date is entered as dd/mm/yy whereas the data you have got is from some other regional format(for example my format) where excel date is entered as mm/dd/yy
so you try to use this formula
=(MID(A1,17,2)&"/"&MID(A1,14,2)&"/"&RIGHT(A1,2))+0
and format this as any one of date formats.
so you try to use this formula
=(MID(A1,17,2)&"/"&MID(A1,14,2)&"/"&RIGHT(A1,2))+0
and format this as any one of date formats.