combining text from multiple cells into one cell

Copper Contributor

I'm trying to combine text into multiple cells into one cell with a comma in between without having to identify the comma in between each cell.  Is that possible and how?

1 Reply

@bhhspro  Look at the function TEXTJOIN(), in which you define a delimitor (in this case ",") to put between each of the strings that will be joined.