I have a column that is formatted as:
FirstName, LastName MiddleName/MiddleInitial
I am trying remove the middle name or middle initial from the string. Basically remove everything after the second comma or after second space in string. Thanks in advance for any assistance.
Example cells as follows:
Blassingham, James H., III
Bleke, Michael L
Bradford, William, Jr
Brogin, Ira
Bunsa, Robert J., Jr
Desired output is as follows:
Example cells as follows:
Blassingham, James
Bleke, Michael
Bradford, William
Brogin, Ira
Bunsa, Robert
Bookmarks