WRAPCOLS
Description
Converts a single row or column into multiple columns, in a new 2-dimensional array, using
the maximum number of values for each column that you specify.
Syntax
WRAPCOLS(
vector
, wrap_count
,
[pad_with
]) - vector: The vector or reference to wrap.
- wrap_count: The maximum number of values for each column.
- pad_with: The value to pad the column cells with. The default is #N/A.