Separate First Name MI and Last Name into three Cells

D

DBavirsha

I have a list of names in column A that contain the First Name, then a space,
the Middle Initial then a space and the last name. Some cells in column A
only contain a First name and a Last Name such as:

John A Doe
Jane Smith
Bill Jones
Sue Z Que

I want to separate the text into three columns; B, C & D. Column B = First
Name, Column C = MI and Column D = Last Name. I know how to use the MID,
LEFT and RIGHT functions, and I know there must be some way of finding the
spaces in a cell and separating the text from the spaces. Thanks for your
help.
 
S

Sandy

Take a look at Data>Text To Column. That will separate the names but the
names with no Middle Name or initial will be split into 2 coumns
HTH
Sandy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top