I'm dealing with thousands or rows of names that need to be broken up to two columns: first (with middle initial sometimes) and last
Right now they're in one column. Some are like this
Jane Doe
some are like this
Doe, Jane
and then again, some are like this
Jane S. Doe
They need to end up like this:
First Last
Jane Doe
Jane S. Doe
Any advice on some formula shortcut for breaking them up (any of the cases above - just one would help) besides cut and pasting for hours, like I've been doing? I'm under serious deadline and it would take me, with my limited programming and formula writing skills, so long to figure it out. Thanks much if you can lend a hand.
Right now they're in one column. Some are like this
Jane Doe
some are like this
Doe, Jane
and then again, some are like this
Jane S. Doe
They need to end up like this:
First Last
Jane Doe
Jane S. Doe
Any advice on some formula shortcut for breaking them up (any of the cases above - just one would help) besides cut and pasting for hours, like I've been doing? I'm under serious deadline and it would take me, with my limited programming and formula writing skills, so long to figure it out. Thanks much if you can lend a hand.