Forum Discussion
CHenry1425
May 05, 2020Copper Contributor
Combining rows
Is there a way to combine text from multiple rows into a single row?
2 Replies
- SergeiBaklanDiamond Contributor
It depends on what do you mean - texts from different rows in same column into one cell of the same column; texts from different rows/columns into one row but same columns; or what?
- DhaniColeBrass Contributor
There's a few options. You could use the TEXTJOIN function, or the CONCAT function.