S
Shane R. Pouch
I have a spreadsheet with one column ("name") that contains names in the
following formats occuring randomly down the list:
Firstname Lastname
Firstname & Firstname Lastname
Firstname Lastname & Firstname Lastname
I need to get them all into two new columns "firstname" and "lastname" and
I'm having difficulties writing a formula to account for all 3 scenarios in
one cell. (If I have to do it in multiple steps - so be it!)
For the 1st example, the contents of the new "firstname" column should be
Firstname, while the "lastname" column should be Lastname.
For the 2nd example, the contents of the new "firstname" column should be
Firstname & Firstname, while the "lastname" column should be Lastname.
For the 3rd example, the contents of the new "firstname" column should be
Firstname & Firstname, while the "lastname" column should be Lastname &
Lastname.
Examples:
Joe Blow
Joe & Julie Blow
Joe Blow & Jane Schmo
"firstname" column contents should be
Joe
Joe & Julie
Joe & Jane
"lastname" column contents should be
Blow
Blow
Blow & Schmo
Thanks for helping!
following formats occuring randomly down the list:
Firstname Lastname
Firstname & Firstname Lastname
Firstname Lastname & Firstname Lastname
I need to get them all into two new columns "firstname" and "lastname" and
I'm having difficulties writing a formula to account for all 3 scenarios in
one cell. (If I have to do it in multiple steps - so be it!)
For the 1st example, the contents of the new "firstname" column should be
Firstname, while the "lastname" column should be Lastname.
For the 2nd example, the contents of the new "firstname" column should be
Firstname & Firstname, while the "lastname" column should be Lastname.
For the 3rd example, the contents of the new "firstname" column should be
Firstname & Firstname, while the "lastname" column should be Lastname &
Lastname.
Examples:
Joe Blow
Joe & Julie Blow
Joe Blow & Jane Schmo
"firstname" column contents should be
Joe
Joe & Julie
Joe & Jane
"lastname" column contents should be
Blow
Blow
Blow & Schmo
Thanks for helping!