Forum Discussion
Chris_Hafstein
Jun 02, 2020Copper Contributor
Combining text from different cells into one cell
I'm trying to combine text from multiple cells into one, but the information in excel help is not working. How would I accomplish this?
mtarler
Jun 02, 2020Silver Contributor
Chris_Hafstein there are a few options:
= A1 & B1
= concat (A1, B1)
= concatenate (A1, B1)
= textjoin ("",true,A1, B1)