how do i combine the contents in a colum to the conten next to it

G

gin

im trying to merge an entire column into the column next to it. and keep the
same rows
 
E

Eduardo

Hi,
Not sure if I undestood what you need, if you want to combine the
information you have in column A and B in column C enter

=A1&B1

if this is not what you need please post an example
 
Top