combining cell entries

R

rjz

I remember having read a simple formula for combining the entries in
cells (be it text or numbers), so that the result shows in another
cell.
Example: cell A1 has Lotus and cell A2 has 123 The formula placed in
let us say cell C5 delivers me : Lotus123

It was very simple but i cannot find it anywhere

Please help!!
 
J

J.E. McGimpsey

One way:

Use the concatenation operator:

=A1 & A2

another: use the Concatenation Function:

=CONCATENATE(A1,A2)
 

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