C
CharlesF
I have a long list of phrases consisting of two to four
words.
I want to extract the LAST word in each phrase.
I have tried =MID(N5,1,FIND(" ",N5,1)-1) which will give
the first word but can't figure out the next step.
All help gratefully received
Thanks
words.
I want to extract the LAST word in each phrase.
I have tried =MID(N5,1,FIND(" ",N5,1)-1) which will give
the first word but can't figure out the next step.
All help gratefully received
Thanks