G
Guest
Hi!
I wonder if there is an easy way to merge the contents of 3 cells into one
cell?
I wonder if there is an easy way to merge the contents of 3 cells into one
cell?
JW said:In cell D1, place something like below to merge A1,B1, and C1
=A1 & B1 & C1
If you want spaces:
=A1 & " " & B1 & " " & C1
JW said:In cell D1, place something like below to merge A1,B1, and C1
=A1 & B1 & C1
If you want spaces:
=A1 & " " & B1 & " " & C1