Thread
:
extract time from a cell and move it to front of cell before text
View Single Post
01-10-2017, 05:46 AM
jeffreybrown
Windows Vista
Office 2007
Expert
Join Date: Apr 2016
Posts: 673
You can try this in B1 copied down...
=TRIM(MID(A1,FIND(" ",A1),5))&" "&TRIM(SUBSTITUTE(A1,TRIM(MID(A1,FIND(" ",A1),5)),""))
It works for your sample data, but could be something else to consider.
jeffreybrown
View Public Profile
Find all posts by jeffreybrown