Merging Excel Cells

  • Thread starter Thread starter Dee
  • Start date Start date
D

Dee

How do you merge data in multiple cells within an Excel Worksheet column
without losing data? (using Excel 2003)
 
You can string text from multiple cells together by using the ampersand.

=A1&A2&A3

Joins all the data from those 3 cells into 1.
 
You can string text from multiple cells together by using the ampersand.

=A1&A2&A3

Joins all the data from those 3 cells into 1.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*

Hi Dee,
Check the below articles to get a good insight about merge.
http://funwithexcel.blogspot.com/2009/04/macro-to-merge-column-or-row-or-range.html
http://funwithexcel.blogspot.com/2009/04/merge-two-cells-with-new-line-in.html
http://funwithexcel.blogspot.com/2009/04/difference-between-merge-and-sum-in.html
 

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