I have an excel sheet created by a 3rd party program.
One of the columns has dates in this format: \"Jan 19, 2015 03:00:00 PM\"
I would like these dates to appea
With your data in A1, in B1 enter:
=DATEVALUE(MID(A1,1,12))
and format B1 as dd/mm/yyyy For example:
If the cell appears to have a date/time, but it does not respond to format changes, it is probably a Text value rather than a genuine date/time.