View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Adding text from 2 cells to a new cell

=A1&B1

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Truc Lopez" wrote in message
...
I have two columns containing text. I would like to add the text from the
2
columns to a new column.

Example: a1 = abc and b1 = def and I would like to have c1 reads abcdef
all
together.

Please help! Thank you.