#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Separating a list

I want to separate a list which is in the format item1, item2, item3, into
its component elements each part to a separate cell. The formula
=LEFT(A11,FIND(":",A11-1) will identify and return the first element (less
the comma) only but I can't find a way of achieving what I want to do. Can
someone help please?

Thanks.

Bill R


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Separating a list

You can construct similar formula using MID and RIGHT to get the other
parts, but it would be quicker to use Text-to-columns to split the
data at the comma.

Hope this helps.

Pete

On Feb 9, 4:58*pm, "Bill R" wrote:
I want to separate a list which is in the format item1, item2, item3, into
its component elements each part to a separate cell. *The formula
=LEFT(A11,FIND(":",A11-1) will identify and return the first element (less
the comma) only but I can't find a way of achieving what I want to do. *Can
someone help please?

Thanks.

Bill R


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Separating a list

Use Text to Columns. Specify comma as the delimiter.

Regards,
Fred

"Bill R" wrote in message
...
I want to separate a list which is in the format item1, item2, item3, into
its component elements each part to a separate cell. The formula
=LEFT(A11,FIND(":",A11-1) will identify and return the first element (less
the comma) only but I can't find a way of achieving what I want to do. Can
someone help please?

Thanks.

Bill R


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default Separating a list

Hi,
highlight the column, text to columns, delimited, choose comma

the above will split each item in a different column then to right off the
comma, highlight the range, CTRL + H, find what enter , replace with left
blank

"Bill R" wrote:

I want to separate a list which is in the format item1, item2, item3, into
its component elements each part to a separate cell. The formula
=LEFT(A11,FIND(":",A11-1) will identify and return the first element (less
the comma) only but I can't find a way of achieving what I want to do. Can
someone help please?

Thanks.

Bill R


.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Separating data GeorgeHutch Excel Worksheet Functions 6 December 29th 09 09:06 PM
Separating Strings CJ Excel Worksheet Functions 2 July 23rd 08 07:14 PM
Separating a List onto multiple worksheets in the same workbook based off 1 criteria DMRbaxter Excel Worksheet Functions 6 April 19th 07 01:36 PM
Separating Rows Jeno Excel Discussion (Misc queries) 4 December 29th 06 08:02 PM
Separating a name into first name and last name columns THEFALLGUY Excel Discussion (Misc queries) 2 September 7th 05 01:16 AM


All times are GMT +1. The time now is 10:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"