Forum Discussion
johnk351
Apr 21, 2019Copper Contributor
Combining an entire column with another column
can some one help
johnk351
Apr 21, 2019Copper Contributor
I would like to combine two separate columns into one column all at once
JeremyMiller
Apr 23, 2019MVP
Without knowing more information it is hard to help but assuming you are talking about combining two columns in Excel you can use the concatenate function. As an example, if you’d like to combine cell A1 and B1 into C1 separated by a space, using “=concat(A1,” “,B1)” in cell C1 should produce the desired result.