If you are looking for the second substring (or "word") try:

=TRIM(MID(SUBSTITUTE(A1," ",REPT(" ",100)),100,100))