Hello,
I have a list of words
dougsr
dougjr
dougII
dougIII
douglastname
dougname
etc.
I want to search the list, and whenever it finds "sr","jr","II", or "III" at the end of the words in the list, to return:
doug sr
doug jr
doug II
doug III
else put a blank.
How can this be done?
Thanks
Bookmarks