![]() |
How do I separate first and last names into two columns?
I have received a data base with members' names. Unfortunately the list has
the first and last name in one column. I will be adding names and sorting names in alphabetical order. How do I separate the first and last name so that I have two distinct columns -- one for the first name and one for the last name? Thanks for your assistance in this matter. |
How do I separate first and last names into two columns?
Look at DataText To Columns, with a separator of space or comma, depending
upon the original data. -- HTH Bob "mllasalle" wrote in message ... I have received a data base with members' names. Unfortunately the list has the first and last name in one column. I will be adding names and sorting names in alphabetical order. How do I separate the first and last name so that I have two distinct columns -- one for the first name and one for the last name? Thanks for your assistance in this matter. |
How do I separate first and last names into two columns?
hi
an example of your data would have been nice but.... lets say we have Bart Simpson in a2 in B2 enter... =LEFT(A2,FIND(" ",A2,1)) in C2 enter..... =MID(A2,FIND(" ",A2,1)+1,99) regards FSt1 "mllasalle" wrote: I have received a data base with members' names. Unfortunately the list has the first and last name in one column. I will be adding names and sorting names in alphabetical order. How do I separate the first and last name so that I have two distinct columns -- one for the first name and one for the last name? Thanks for your assistance in this matter. |
All times are GMT +1. The time now is 08:26 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com