Hi all,
This one too, somewhat like @Asheesh formula
=TRIM(MID(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE((IF(MID($A1,2,1)="/","<>"&$A1,IF(ISERROR(FIND("/",$A1)),$A1&"</>",$A1))),">","<"),"/",""),"<",REPT(" ",99)),1+99*(COLUMN(B2)-1),99))
Put in B1, drag to left and downwards.
NB" @Asheesh's formula...