Merging of cell content i a Worksheet

  • Thread starter Thread starter Guest
  • Start date Start date
In cell D1, place something like below to merge A1,B1, and C1
=A1 & B1 & C1
If you want spaces:
=A1 & " " & B1 & " " & C1
 
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.
 
Back
Top