Merging multiple row same cell data into single sell.

P

Peter

I need to be able to merge multiple rows of data in the same column into a single cell quickly. For example cell c2, c3,c4 etc need to be compined into cell d2. Is there an easy way to do this?

Thanks in advance.

Peter
 
D

Don Guillett

=c2&" "&c3&" "&c4

Peter said:
I need to be able to merge multiple rows of data in the same column into a
single cell quickly. For example cell c2, c3,c4 etc need to be compined
into cell d2. Is there an easy way to do this?
 
D

Don Guillett

copy down by locating the "grab" handle on the lower right of the cell and
dragging down.
 
P

PETER

Here is an example of what I'm trying to do:

part1 this
is
a
Test
Part2 this
Is
new
part3 one line
 
Top