Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a field called Contact that has First Name and Last Name. I would
like to split this into 2 cells, one for First Name and one for Last Name. How do I do this? Thank you for your help. Sincerely, Steven S |
#2
![]() |
|||
|
|||
![]()
menu DataText to Columns..., on screen 1: choose the option 'Delimited', on
screen 2 choose delimiter: 'space', etc. Regards, KL "Steven S" wrote in message ... I have a field called Contact that has First Name and Last Name. I would like to split this into 2 cells, one for First Name and one for Last Name. How do I do this? Thank you for your help. Sincerely, Steven S |
#3
![]() |
|||
|
|||
![]()
one way:
See text to columns use the space as the delimiter HTH "Steven S" wrote: I have a field called Contact that has First Name and Last Name. I would like to split this into 2 cells, one for First Name and one for Last Name. How do I do this? Thank you for your help. Sincerely, Steven S |
#4
![]() |
|||
|
|||
![]()
If you name is in cell A1:
In B1: =LEFT(A1,FIND(" ",A1)-1) In C1: =RIGHT(A1,LEN(A1)-FIND(" ",A1)) This assumes that the name in A1 is formatted like this: FName(space)LName. "Steven S" wrote: I have a field called Contact that has First Name and Last Name. I would like to split this into 2 cells, one for First Name and one for Last Name. How do I do this? Thank you for your help. Sincerely, Steven S |
#5
![]() |
|||
|
|||
![]()
On Tue, 13 Sep 2005 07:32:13 -0700, "Steven S"
wrote: I have a field called Contact that has First Name and Last Name. I would like to split this into 2 cells, one for First Name and one for Last Name. How do I do this? Thank you for your help. Sincerely, Steven S Data/Text to Columns. Select Delimited and Space --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I split a cell into 3 different cells in excel? | New Users to Excel | |||
How to split the contents of a cell between two cells. | Excel Worksheet Functions | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions | |||
I want to split containt of a cell and copy in seprate cells | Excel Worksheet Functions | |||
How do I make a cell equal to another cells value and not it's fo. | Excel Worksheet Functions |