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
DATEVALUE function will help if date is stored as a text as in
DATEVALUE
=DATEVALUE("Jan 19, 2015 03:00:00 PM")