ROWTORANGE
Converts the cells of a row into a range.
Last updated
Converts the cells of a row into a range.
Last updated
RANGETOROW(row; numColumns)
row - the row which should be converted to a range - Value type: row with cells of any value type
numColumns - the number of columns of the return range - Value type: number
The function returns a range with
numColumns as number of columns
as many rows so that all cells of row are included
the cells of row are added row-wise, from in the order from top left to bottom right
the cells have the same value and value type as the according cells of row
Here, the widget wine list row is converted to a range with an appropriate number of columns (5 in this case):