ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   splitting cells (https://www.excelbanter.com/new-users-excel/227228-splitting-cells.html)

dleo

splitting cells
 
I have a list of names in Column A that include both a first name and last
name. No middle initials or suffixes.

Is there a way to easily split the first name and last name into 2 columns?

Thanks in advance

Alan

splitting cells
 
Assuming there's a space between the names,

=LEFT(A1,FIND(" ",A1)) for the first name

=RIGHT(A1,LEN(A1)-FIND(" ",A1)) for the surname

Regards,
Alan.
"dleo" wrote in message
...
I have a list of names in Column A that include both a first name and last
name. No middle initials or suffixes.

Is there a way to easily split the first name and last name into 2
columns?

Thanks in advance



RonaldoOneNil

splitting cells
 
Select your column of data and then on the toolbar select Data - Text to
Columns and follow the steps

"dleo" wrote:

I have a list of names in Column A that include both a first name and last
name. No middle initials or suffixes.

Is there a way to easily split the first name and last name into 2 columns?

Thanks in advance



All times are GMT +1. The time now is 08:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com