Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Parsing Cell Contents

I see many threads discussing how to take contents of various cells and
concatenate into a single cell on separate lines (= A1 & char(10) & A2 &
char(10) & A3 ....., etc.). How do I do the inverse process? In other
words, how do I take a single cell consisting of multiple entries (each on a
seperate line) and copy it to multiple cells so that each of these new cells
has only one distinct entry?

This question is in the context of an imported databse. Some of the columns
only have one entry per record, while others have more than 1 entry per
record. I want to split these multi-entry records into separate records.
The database is too large to do manually...
--
Regards, timg.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Parsing Cell Contents

If you wanted to separate that data into more fields on the same row (just using
more columns), you could use:

Select the column
data|Text to columns
Delimited
in the other box, hit ctrl-j (same as char(10))
and finish up.



timg wrote:

I see many threads discussing how to take contents of various cells and
concatenate into a single cell on separate lines (= A1 & char(10) & A2 &
char(10) & A3 ....., etc.). How do I do the inverse process? In other
words, how do I take a single cell consisting of multiple entries (each on a
seperate line) and copy it to multiple cells so that each of these new cells
has only one distinct entry?

This question is in the context of an imported databse. Some of the columns
only have one entry per record, while others have more than 1 entry per
record. I want to split these multi-entry records into separate records.
The database is too large to do manually...
--
Regards, timg.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Parsing Cell Contents

Dave,

Thank you. You've helped me on my way ...
--
Regards, timg.


"Dave Peterson" wrote:

If you wanted to separate that data into more fields on the same row (just using
more columns), you could use:

Select the column
data|Text to columns
Delimited
in the other box, hit ctrl-j (same as char(10))
and finish up.



timg wrote:

I see many threads discussing how to take contents of various cells and
concatenate into a single cell on separate lines (= A1 & char(10) & A2 &
char(10) & A3 ....., etc.). How do I do the inverse process? In other
words, how do I take a single cell consisting of multiple entries (each on a
seperate line) and copy it to multiple cells so that each of these new cells
has only one distinct entry?

This question is in the context of an imported databse. Some of the columns
only have one entry per record, while others have more than 1 entry per
record. I want to split these multi-entry records into separate records.
The database is too large to do manually...
--
Regards, timg.


--

Dave Peterson

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
Help with this conditional IF statement C-Dawg Excel Discussion (Misc queries) 3 May 15th 06 06:01 PM
How do I get a number or letter to represent cell contents? Formula help Excel Discussion (Misc queries) 2 February 25th 06 11:51 PM
separating numbers and letters from alphanumeric cell contents PH Excel Worksheet Functions 10 September 3rd 05 12:15 PM
Conversion of Cell Contents into a Functional Worksheet name ? GMJT Excel Worksheet Functions 1 August 21st 05 04:59 PM
Function syntax to compare cell contents ES Excel Worksheet Functions 2 May 18th 05 03:53 PM


All times are GMT +1. The time now is 02:59 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"