ASKER
=MID(A1,FIND(":",A1)+2,2)
=RIGHT(A1,LEN(A1)-SEARCH(":",A1,FIND(":",A1)+1))
=MID(A1,FIND(":",A1)+2,2)
=RIGHT(A1,LEN(A1)-(FIND(":",A1,FIND(":",A1)+1)+1))
See AttachedASKER
Microsoft Excel topics include formulas, formatting, VBA macros and user-defined functions, and everything else related to the spreadsheet user interface, including error messages.
TRUSTED BY
Tab - Data - Data Tools - Text To column
Thanks