ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Separating a name into first name and last name columns (https://www.excelbanter.com/excel-discussion-misc-queries/44097-separating-name-into-first-name-last-name-columns.html)

THEFALLGUY

Separating a name into first name and last name columns
 
I have a series of full names in single cells that are formatted the
following way:
<Last Name,<Space<First Name - thus it looks like the following:
ADAMS, ROSEMARY

I would like to separate this into two columns and eliminate the comma. I
appreciate any help. I am working in Microsoft Excel 2000 and need answers
in Excel, not in Visual Basic.

Thank you,
THEFALLGUY

David Billigmeier

Data-Text To Columns-Choose "Delimited", hit next, and select "Comma"

--
Regards,
Dave


"THEFALLGUY" wrote:

I have a series of full names in single cells that are formatted the
following way:
<Last Name,<Space<First Name - thus it looks like the following:
ADAMS, ROSEMARY

I would like to separate this into two columns and eliminate the comma. I
appreciate any help. I am working in Microsoft Excel 2000 and need answers
in Excel, not in Visual Basic.

Thank you,
THEFALLGUY


David Hepner

Or you could use these formulas (assuming the name is in cell A1):

B1 =LEFT(A1,FIND(",",A1,1)-1)
C1 =RIGHT(A1,LEN(A1)-FIND(",",A1,1)-1)

"THEFALLGUY" wrote:

I have a series of full names in single cells that are formatted the
following way:
<Last Name,<Space<First Name - thus it looks like the following:
ADAMS, ROSEMARY

I would like to separate this into two columns and eliminate the comma. I
appreciate any help. I am working in Microsoft Excel 2000 and need answers
in Excel, not in Visual Basic.

Thank you,
THEFALLGUY



All times are GMT +1. The time now is 08:21 PM.

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