Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi I am trying to split a name into firstname & surname, but cant seem
to do it. I have in say Cell A1 John_Smith and I want to automatically have Cell B1 John Cell C1 Smith Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select the column
data|text to columns delimited by a space (or other (underscore???)) Soapydux wrote: Hi I am trying to split a name into firstname & surname, but cant seem to do it. I have in say Cell A1 John_Smith and I want to automatically have Cell B1 John Cell C1 Smith Thanks -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dave's is the easiest method, but if you need a formula use these
=LEFT(A1,FIND("_",A1)-1) =RIGHT(A1,LEN(A1)-FIND("_",A1)) "Soapydux" wrote: Hi I am trying to split a name into firstname & surname, but cant seem to do it. I have in say Cell A1 John_Smith and I want to automatically have Cell B1 John Cell C1 Smith Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yep that works. Thanks ;0)
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set text to top of cell next to wrap text in Excel? | New Users to Excel | |||
Text disappears when word wrap is used | Excel Discussion (Misc queries) | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Cell set to wrap text and blank line -- fix? | Excel Discussion (Misc queries) | |||
Formatting a cell as "text" in the number catagory. | Excel Worksheet Functions |