WRAPROWS Function
The WRAPROWS function is one of the lookup and reference functions. It is used to wrap a row or column vector after a specified number of values.
Please note that this is an array formula. To learn more, please read the Insert array formulas article.
The WRAPROWS function syntax is:
WRAPROWS(vector, wrap_count, [pad_with])
where
vector is used to set the vector or reference to wrap.
wrap_count is used to set the maximum number of values for each row.
pad_with is used to set the value with which to pad. Defaults to #N/A.
To apply the WRAPROWS function,
- select the cell where you wish to display the result,
-
click the Insert function icon situated at the top toolbar,
or right-click within a selected cell and select the Insert Function option from the menu,
or click the icon situated at the formula bar,
- select the Lookup and Reference function group from the list,
- click the WRAPROWS function,
- enter the required arguments separating them by comma,
- press the Enter button.
The result will be displayed in the selected cell.
Volver a la página anterior