merging cells and keeping all data

A

Andrew

I have 2 columns, first name and last name.

I would like to merge these 2 columns into one, keeping both data sets.
Is there a simple way to process this action without manually adjusting
everything? I have over 1000 to maintain.

Thanks,
 
D

Debra Dalgleish

With names in A2 and B2, enter the following formula in cell C2:

=A2 & " " & B2

Copy the formula down to the last row of data
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top