Merging or Combining 2 columns of data into 1 column

J

Josh

I am trying to merge 2 columns of data together into 1
column. Maintaining both sets of data in a single column
seperated with only a space between the two.

For example:
Column A has 100 rows of information.
Column B has 100 rows of information.

I want to combine both columns so that each of Column A
information and each of Column B information reside in
Column A. With with just a space seperating the two data
sets.

Is this possible....? If so, HOW.....?

Thank You,

Josh
 
J

J.E. McGimpsey

One way:

C1: =A1 & " " & B1

Copy to C100

Copy Column C

Select Column A

Edit Paste Special, selecting the Values radio button.

Delete columns B & C.
 

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