Column Merging

G

Guest

Hi. I have two seperate columns with text. I would like to have both columns
merged together and the text to run on to each other, like one column. I
tried merging the cells but it keeps the upper left data only and deleted the
other text. Any way to merge these cells? I am importing them from a txt file
with these columns seperated by commas, delimited file.
 
R

Ragdyer

With data in Column A and Column B, try this in C:

=A1&B1

Or, to have a space between:
=A1&" "&B1
 

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