WRAPCOLS function
Summary
Wraps the provided row or column of values by columns after a specified number of elements
Syntax
WRAPCOLS(vector, wrap_count, [pad_with])
The WRAPCOLS function syntax has the following arguments:
• vector The vector or reference to wrap.
• wrap_count The maximum number of values for each column.
• pad_with The value with which to pad. The default is #N/A.
• vector The vector or reference to wrap.
• wrap_count The maximum number of values for each column.
• pad_with The value with which to pad. The default is #N/A.
Example
=WRAPCOLS(A2:F2,3)