How do I write a formula that will split them into
separate rows: first name, middle initial, last name?
S
Chip Pearson has an excellent writeup on this.
Start here:
http://www.cpearson.com/excel/FirstLast.htm
and if you have any questions, post back.
John
| Title | First_Name | Middle_Name | Last_Name |
Works with Mr,Mr.,mr, etc (or no titles). Works with
any amount of whitespace. Works with with or w/o
Title plus up to three names.
See:
http://makeashorterlink.com/?R23031953
Same link wrapped:
http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-
8&newwindow=1&selm=ePNUtQDuCHA.616%40TK2MSFTNGP11
--Brian Taylor
Refinate (C)2001
Click to: Rearrange Cells or Cell Content,
Find Duplicates, Count Items, Import, and more.
www.adetaylor.com
>>"SNeilan" wrote:------------
Note:
There might be a suffice (Jr, Sr, II, III, etc) at
the end of the name without a middle name or middle
initial. If so, then, if it is preceded by the comma
in the cell, select all of the names and use Find &
Replace to replace the comma-space (", ") with just
a comma. Then it will be part of the last name for
sure. After you copy and Edit>PasteSpecial the
formulas to convert them to text, select all of the
last names and Find & Replace comma with comma-space.
Alternatively, Find & Replace " Jr" with "Jr;" to
merge it with the last name. After converting to
text, Find & Replace "Jr;" with " Jr" to unmerge.
--Brian Taylor
Refinate (C)2001
Click to: Rearrange Cells or Cell Content,
Find Duplicates, Count Items, Import, and more.
www.adetaylor.com
>>"adetaylor" wrote:----------
> Column headings:
> | Title | First_Name | Middle_Name | Last_Name |
> Works with Mr,Mr.,mr, etc (or no titles). Works with
> any amount of whitespace. Works with with or w/o
> Title plus up to three names.
> See:
> http://makeashorterlink.com/?R23031953
> Same link wrapped:
> http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-
> 8&oe=UTF-8&newwindow=1&selm=ePNUtQDuCHA.616%40TK2MSFTNGP11
>