Merge 2 cells without losing content

Solved
LOLO -  
 Mumu -
Hello,

I would like to merge 2 cells without losing their content;

can you help me with this operation

thank you in advanceConfiguration: Windows XP Internet Explorer 6.0

5 answers

Jason
 
old post, but okay.

so the answer is no, but there's a trick, you create a third cell and you CONCATENATE the cells to be combined.

for example:
=CONCATENATE(C2;D2;E2)
(cell that will combine the content of C2 D2 E2)

there you go!
94
JamesBen
 
Hi Jason,

Old post, but we still read them. Thanks for this tip, it works very well!
0
julialilia
 
Good evening,
or else use the following formula:
=(A1&" "&B1)
to merge cells A1 and B1 for example
good luck
2
roby
 
very useful and it works!!
0
cécile
 
Oops, I'm struggling but the old posts are really helpful! Thank you very much.
0
Mumu
 
Thank you for this simple tip that will save me time.
0