Merging of cell content i a Worksheet

M

Morten

Hi!
I wonder if there is an easy way to merge the contents of 3 cells into one
cell?
 
J

JW

In cell D1, place something like below to merge A1,B1, and C1
=A1 & B1 & C1
If you want spaces:
=A1 & " " & B1 & " " & C1
 
D

David McRitchie

Hi Morten,
For the future, if you have a lot of these
to do in entire columns and don't want to mess with cleaning
off worksheet formulas when done you might want to use a
macro if it fits your needs (puts a space in between for each
cell's te4xt it annexed).
http://www.mvps.org/dmcritchie/excel/join.htm#join

I realize the thread is two weeks old, and you got
answers you could use with worksheet formulas.
 
Top