Merging Data.

  • Thread starter Thread starter Angus
  • Start date Start date
A

Angus

Is there anyway to merge two cells of data so that the
data from both cells is kept??
 
You can combine the data in another cell by using the & operator.
For example, with text in cells A2 and B2, enter the following formula
in cell C2:

=A2 & B2
 

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

Back
Top