tough concatenation problem
Posted by Jeff Haferman on October 07, 2000 7:11 PM
Best described with an example:
column a column b
item1 description
of
item 1
item2 description
of
item2
I want to concatenate "description" "of" "item 1"
in "description of item 1" and put into the same
row as "item 1". There is always a blank row between
"item 1", "item 2", etc, but the "description" lines
can span 1 or more lines, and could be 3 lines for
item 1, 2 lines for item 1, etc.
For above example, I could place into column 3
=B1&" "&B2&" "&B3, but I want to figure out a smart
formula because I have 7000 rows in my worksheet.
Any ideas?