Excel 2010 Convert Text (Date + Time) to Date -


i have searched , attempted numerous different solutions none of them working me. maybe missing or doing wrong, here situation.

i have column cell i1 being title. have text string in format (7/1/2013 12:00:00:000000 am). need convert date in mm,dd,yyyy format. data grows , shrinks defining cells convert gets messy.

please help. hitting brick wall one.

invoice date 7/1/2013 12:00:00:000000 6/1/2013 12:00:00:000000 5/1/2013 12:00:00:000000 4/1/2013 12:00:00:000000 3/1/2013 12:00:00:000000 2/1/2013 12:00:00:000000 1/1/2013 12:00:00:000000 12/15/2012 12:00:00:000000 10/29/2012 12:00:00:000000 10/16/2012 12:00:00:000000 8/29/2012 12:00:00:000000 

this column data trying convert in column i.

try formula,

=left(a2,find(" ",a2)) 

enter image description here

if need vba solution, use formula in vba replace contents of source data.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -