WRAPROWS Function Explained
The WRAPROWS
function in Microsoft Excel allows users to automatically adjust the height of a row to fit the text within a cell. This is useful for displaying long text strings that would otherwise be cut off or hidden. The function takes two arguments: the row number and the maximum height of the row.
WRAPROWS Function Syntax
WRAPROWS(row_num, start_num, end_num)
- row_num: The row number of the cell to be wrapped.
- start_num: The starting column number of the range of cells to be wrapped.
- end_num: The ending column number of the range of cells to be wrapped.