Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have another trade list where the names are listed Bill & Mary Williams. I
know I can use the data function, text to columns to separate Bill & Mary using the delimited function using other (&). Is there any way of separating between Mary and Williams into separate cells????? -- Motaad |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am assuming you want to split "Bill & Mary Williams" to "Bill & Mary"
"Williams". Use find and replace function to replace all " & " with "-&-" and then use Data-Text to Columns to split using spaces as the delimiter. Then use find and replace to replace all "-&-" with " &". If you want to split "Bill & Mary Williams" to "Bill" "Mary" "Williams" then use data text to columns and select both spaces and other "&". And select "treat consectutive delimiters as one" "Motaad" wrote: I have another trade list where the names are listed Bill & Mary Williams. I know I can use the data function, text to columns to separate Bill & Mary using the delimited function using other (&). Is there any way of separating between Mary and Williams into separate cells????? -- Motaad |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use Text to columns with a space and a & separator
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Motaad" wrote in message ... I have another trade list where the names are listed Bill & Mary Williams. I know I can use the data function, text to columns to separate Bill & Mary using the delimited function using other (&). Is there any way of separating between Mary and Williams into separate cells????? -- Motaad |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() if your data is in A1 put this function in B1 =MID(A1,FIND(" ",A1,FIND("&",A1)+2)+1,100) Motaad Wrote: I have another trade list where the names are listed Bill & Mary Williams. I know I can use the data function, text to columns to separate Bill & Mary using the delimited function using other (&). Is there any way of separating between Mary and Williams into separate cells????? -- Motaad -- starguy ------------------------------------------------------------------------ starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434 View this thread: http://www.excelforum.com/showthread...hreadid=572652 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with this conditional IF statement | Excel Discussion (Misc queries) | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
Separating names from one cell | Excel Discussion (Misc queries) | |||
Possible Lookup Table | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |