merge or combine columns

L

Lee Beck

Is there a way to combine columns? I have a spreadsheet
with a couple thousand rows. I want to give each row a
unique identifier that has the components of a key number
(a 4-digit identifier). Some of the key numbers are the
same.

I decided to simply add a row of sequential digits 1-2000
and merge that column with the key number:

column A = 1
column B = -
column C = 2567
Merged column = 1-2567

Is there a way to do that?

Thanks
 
E

Eva Shanley

Hello,
There may be other ways, but you could use the formula
=A1&B1&C1 in cell D1 to get the result you want.
 
G

Guest

That works!!

Thanks, I had seen the concateneate command but didn't
know (or had forgotten) what it does.

Thanks again!
 

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