Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a column that displays a person's lastname,firstname.
How can I separate it, so that one column is just the last name, and another is the firstname. |
#2
![]() |
|||
|
|||
![]()
Use Data | Text to Columns and use the comma as the delimiter
Regards Trevor "Metalteck" wrote in message ... I have a column that displays a person's lastname,firstname. How can I separate it, so that one column is just the last name, and another is the firstname. |
#3
![]() |
|||
|
|||
![]()
Assuming your name is in A1.........
This will pull out the LastName.........=LEFT(A1,FIND(",",A1,1)-1) And this will pull out the FirstName.. =MID(A1,FIND(",",A1,1)+1,99) Then just copy these formulas down as far as you have data in column A. Vaya con Dios, Chuck,, CABGx3 "Metalteck" wrote in message ... I have a column that displays a person's lastname,firstname. How can I separate it, so that one column is just the last name, and another is the firstname. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOw do I display text in the data field of the pivot table, inste. | Excel Worksheet Functions | |||
How do I display records using a key field in Excel? | Excel Worksheet Functions | |||
Problems with Pivot Table Field Sorting in Excel 2002 | Excel Discussion (Misc queries) | |||
Conditional display of a .jpeg file? | Excel Discussion (Misc queries) | |||
Combine & Display “Fixed” & “Automatically Updated” Date Parts | Excel Worksheet Functions |