groupByCell
Group a number of cells in only one
- cells: List of cells that will be grouped
- String: All the values separated by a comma
groupByCell(C5:F5)
// Cell values: apple, banana, JohnMu, Cheese
// Returns apple, banana, JohnMu, Cheese in the same cell
- Group data scattered in several cells into just one
Last modified 7mo ago