Combining multiple columns of text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a file of addresses. Each individual line of the address is in a
different adjacent cell. I would like to be able to combine the text into
one cell that is separated by commas, and or spaces. Is there an easy way to
achieve this
 
Yes. You can combine text from different cells into a single cell.

For example, if A1 contains Springfield
and A2 contains Ohio
then =A1&", "&A2 in a cell would result in Springfield, Ohio
 

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