Unsolved

This post is more than 5 years old

3 Posts

8195

September 27th, 2005 20:00

Microsoft Excel - combine columns

I have "Mr. & Mrs." in one column, and "Smith" in the next column. This travels down 2000 rows with various titles and last names. I want to combine these two columns into one column, reading "Mr. & Mrs. Smith". How do I do this?

1.7K Posts

September 27th, 2005 21:00

You can use the concatenate function. Or, if you prefer, just enter the following in a cell.

If A1 contains Mr. and Mrs. and A2 contains Smith, then enter =A1 & " " & A2 in cell A3 to see Mr. and Mrs. Smith. (Note there is a space between the double quotes)

3 Posts

September 27th, 2005 22:00

I did find the concatenate function, and I was able to combine the two columns into one. (to get a space between the two columns, I inserted a column with just a space in it to include in the concatenate function). Now -- I need to save this as text in this new column, but when I try format/cells/text-it does not convert the concatenate function into text. What am I doing wrong?

1.7K Posts

September 28th, 2005 01:00

Select the range and choose Copy. Then, choose Edit, Paste Special, and choose Values.

3 Posts

September 28th, 2005 17:00

Allan,

It worked! Thanks very much for your help.

jpmmjm

 

0 events found

No Events found!

Top