Try this...

A1 = My # Name # is # Stephan

Enter this formula in B1:

=TRIM(MID(SUBSTITUTE(" # "&$A1," # ",REPT(" ",255)),
COLUMNS($B1:B1)*255,255))

Copy across until you get blanks.