Merge 2 cells without losing content
Solved
LOLO
-
Mumu -
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
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
Old post, but we still read them. Thanks for this tip, it works very well!
or else use the following formula:
=(A1&" "&B1)
to merge cells A1 and B1 for example
good luck