Well, that changes everything. Assuming your time values always have either an AM or PM designation, give this formula a try...
Code:=IFERROR(0+SUBSTITUTE(TRIM(LEFT(RIGHT(SUBSTITUTE(LEFT(A1,IFERROR(FIND(" PM",A1),FIND(" AM",A1)))," ",REPT(" ",300)),1500),1500)),",","",2),"")





Reply With Quote
Bookmarks