Forum Discussion
johnk351
Apr 21, 2019Copper Contributor
Combining an entire column with another column
can some one help
Dean_Gross
Apr 21, 2019Silver Contributor
please provide more information about what you are trying to do.
johnk351
Apr 21, 2019Copper Contributor
I would like to combine two separate columns into one column all at once
- JeremyMillerApr 23, 2019MVPWithout 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.
- Dean_GrossApr 21, 2019Silver Contributorin what application? word, excel, sharepoint or something else?