combine column data

  • Thread starter Thread starter Mitchell_Collen via OfficeKB.com
  • Start date Start date
M

Mitchell_Collen via OfficeKB.com

I would like to take to column named 'strength' and 'strUnit' and combine the
values. When I select both columns and click merge both columns disappear. I
thought there might be a formula to combine the strings. Will you help me?
Misty
 
use &

For example

-------A--------B-------C
1--Michael---Jordan---=A1&" "&B1

Using the formula A1&" "&B1
would make C1 say Michael Jordan
 
=a1&b1
or
=a1&" "&b1

Adjust the cells to the addresses for the first cell in each of those columns.

Then drag the formula down as far as you need.
 

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