Remove & extract name in one cell
I've a table of data which column A is for names. However, the name
details
of each client (first, last and Mr...) imported from other source files
are
in one word, such as:
Freshman/TimCruzMR
Peter/JonesMR
Lily/ElizaAkotMS
In the above examples, firstly, I want to remove the title "MR", "MS".
Secondly, I want to separate the names in one cell:
Freshman Tim Cruz
Peter Jones
Lily Eliza Akot
Please advise how can I achieve my desired results.
A few questions. Is MR and MS the only possible endings? If not, what are
the others? Is it possible for the text not to have an MR, MS, etc. ending?
Is the capitalization as shown (the MR, MS, etc. is always upper case and
the letter in front of it is lower case)? Are you wanting to do the text
manipulations in place or do you have the table in another location and you
are referencing the cells in the table in Column A? In names like
Lily/ElizaAkot... there is no slash character between the middle name and
the last name???
Rick
|