Extract specific data and convert to a date
Solved/Closed
Related:
- Extract specific data and convert to a date
- How do i find a specific video on youtube - Guide
- Amv convert tool - Download - Video converters
- How to copy data from one excel sheet to another - Guide
- Extract audio from video vlc - Guide
- Tmobile data check - Guide
2 responses
venkat1926
Posts
1863
Registration date
Sunday 14 June 2009
Status
Contributor
Last seen
7 August 2021
811
23 Jan 2010 à 19:42
23 Jan 2010 à 19:42
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.