MrManBoy
New Member
- Joined
- May 28, 2014
- Messages
- 37
- Office Version
- 365
- Platform
- Windows
- Mobile
- Web
Hi All,
Problem:
I have a data-set that has a list of full names. Splitting the first and last name is fine enough however, some of the names have multiple names between first and last name. Looking for a way (preferably w/a formula),that splits these multiple names as well splitting first and last name. Where possible, the split should occur in a single cell and not separated individually.
FYI - here is the formula I am using to split first and last name: =MID(A2&" "&A2,FIND(" ",A2)+1,LEN(A2))
Example:
Thanking you in advance.
Problem:
I have a data-set that has a list of full names. Splitting the first and last name is fine enough however, some of the names have multiple names between first and last name. Looking for a way (preferably w/a formula),that splits these multiple names as well splitting first and last name. Where possible, the split should occur in a single cell and not separated individually.
FYI - here is the formula I am using to split first and last name: =MID(A2&" "&A2,FIND(" ",A2)+1,LEN(A2))
Example:
Book1 | ||||
---|---|---|---|---|
A | B | |||
1 | Original Data | Desired Data | ||
2 | Doe John | John Doe | ||
3 | Doe Jane | Jane Doe | ||
4 | Smith Aaron | Aaron Smith | ||
5 | Paul James Sam | Sam Paul James | ||
6 | Van Nie Sims Joe | Joe Van Nie Sims | ||
Sheet1 |
Thanking you in advance.
Last edited by a moderator: