ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Extract a string from a cell (https://www.excelbanter.com/excel-worksheet-functions/216352-extract-string-cell.html)

MrLarrier

Extract a string from a cell
 
I have a column of data in this format
Lastname, Firstname

I want to extract only the Lastname

RagDyeR

Extract a string from a cell
 
Try this:

=LEFT(A1,FIND(",",A1)-1)

Copy down as needed.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"MrLarrier" wrote in message
...
I have a column of data in this format
Lastname, Firstname

I want to extract only the Lastname



Pete_UK

Extract a string from a cell
 
Use this in a helper column:

=LEFT(A1,FIND(",",A1)-1)

and then copy down as required.

Hope this helps.

Pete


On Jan 13, 4:31*pm, MrLarrier
wrote:
I have a column of data in this format
Lastname, Firstname

I want to extract only the Lastname



David Biddulph[_2_]

Extract a string from a cell
 
=LEFT(A2,FIND(",",A2)-1) is one option.

Another method is to use Data/ Text to Columns, delimited by commas, and
tell it to skip the second column.
--
David Biddulph


"MrLarrier" wrote in message
...
I have a column of data in this format
Lastname, Firstname

I want to extract only the Lastname





All times are GMT +1. The time now is 01:26 PM.

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