Try
=TRIM(RIGHT(SUBSTITUTE(D5," ",REPT(" ",255)),255))
Basically, you are replacing each space with 255 spaces (so there are a ton of spaces between each word).but I do not understand how it works. If you have time can you detail the command for me so I can learn.