I'm trying to split a cell containing first and last name or first name, MI, last name into separate cells for first, middle, last.
Dataset is 56,000+ lines, but first, middle and last seem to always be separated by a space.
Examples of name formats that I'm seeing (actual names modified to protect the guilty):
William H. Gates III
Steven Ballmer
James I. Cash, Jr.
R. V. Gilmartin
Jean Phillipe Courtois
Mo-Fun Appul, Ph.D.
I can lose the titling items, but would like a column each for first, middle and last names/initials.
Dataset is 56,000+ lines, but first, middle and last seem to always be separated by a space.
Examples of name formats that I'm seeing (actual names modified to protect the guilty):
William H. Gates III
Steven Ballmer
James I. Cash, Jr.
R. V. Gilmartin
Jean Phillipe Courtois
Mo-Fun Appul, Ph.D.
I can lose the titling items, but would like a column each for first, middle and last names/initials.