ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to separate Smith, John (https://www.excelbanter.com/excel-discussion-misc-queries/241779-how-separate-smith-john.html)

FairPlayFL

How to separate Smith, John
 
How do I separate First name and Last name in a spread sheet that currently
has both in one colum (Smith, John). I am NOT good with Excel, help!

Kevin Smith[_2_]

How to separate Smith, John
 
Hello,
if they are all in the same format i.e. Surname, first name

select all of the cells where the names are and then on the Menu Bar click on
Data--Text to Columns
select Delimited--Next--Finish

Tick the Comma option and select Next

the names should now be split.

--
Kevin Smith :o)


"FairPlayFL" wrote:

How do I separate First name and Last name in a spread sheet that currently
has both in one colum (Smith, John). I am NOT good with Excel, help!


pshepard[_2_]

How to separate Smith, John
 
Hi FairPlayFL,

A1: Smith, John


"John" =MID(A1,FIND(",",A1,1)+2,LEN(A1)-FIND(",",A1,1))
"Smith" =LEFT(A1,FIND(",",A1,1)-1)

--
If this post helps click Yes
---------------
Peggy Shepard


"FairPlayFL" wrote:

How do I separate First name and Last name in a spread sheet that currently
has both in one colum (Smith, John). I am NOT good with Excel, help!



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

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