I have a string of alpha-numeric text that is in one cell of Excel, using v2016. the text is similar to: ECN 6120 012 MMR 12195 201481 I have u
ECN 6120 012 MMR 12195 201481
With data in A1, in B1 enter:
=TRIM(MID(SUBSTITUTE($A1," ",REPT(" ",999)),COLUMNS($A:A)*999-998,999))
and copy across: