Hello,
I have a column of names on sheet1
On sheet2 I have two columns First Name and Last Name in columns A & B
I need to separate a column of Names on sheet1 column A into there First Name and Last Name based on if the Names contains the sub-strings First Name and Last Name
Need on sheet1
I have search and been trying but have had no luck
Thanks for any assistance with this
I have a column of names on sheet1
Code:
Names
Tim Hanson
Bob Jones-Kelty
Hank Edward Williams
On sheet2 I have two columns First Name and Last Name in columns A & B
Code:
First Name Last Name
Tim Hanson
Bob Jones-Kelty
Betty Anderson
Hank Edward Williams
I need to separate a column of Names on sheet1 column A into there First Name and Last Name based on if the Names contains the sub-strings First Name and Last Name
Need on sheet1
Code:
Names First Name Last Name
Tim Hanson Tim Hanson
Bob Jones-Kelty Bob Jones-Kelty
Betty Anderson
Hank Edward Williams Hank Edward Williams
I have search and been trying but have had no luck
Thanks for any assistance with this