View Single Post
 
Old 02-13-2017, 05:32 PM
jeffreybrown jeffreybrown is offline Windows Vista Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

You could use this to extract out the date

=TRIM(LEFT(A1,FIND(" ",A1)))+0
Reply With Quote