Hi eah03!
For just the date use:
=--(MID(A1,5,2)&" "&LEFT(A1,3)&" "&MID(A1,8,4))
Format as a date
Without the -- you get the date as text. Since dates are numbers,
the -- coerces the result to the date serial number.
If you want the whole date and time:
=--(MID(A1,5,2)&" "&LEFT(A1,3)&" "&MID(A1,8,4)&"
"&MID(A1,13,2)&":"&MID(A1,16,2)&":"&MID(A1,19,2)&"."&MID(A1,22,3))
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.