Syntax
| Parameter | Description |
|---|---|
| vector | Parameter of the WRAPROWS function. |
| wrap_count | Parameter of the WRAPROWS function. |
| [pad_with] | (Optional.) Parameter of the WRAPROWS function. |
Examples
12 months into 4 columns
=WRAPROWS(A1:L1, 4)
Name badges layout
=WRAPROWS(A1:A24, 3)
Pad with blanks
=WRAPROWS(A1:A7, 3, "")
Common Errors
The wrap_count is zero, negative, or non-numeric, or the input is not a vector.
The output cells are not all empty.
Tips
The wrap_count parameter is the number of columns (items per row), not the number of rows. WRAPROWS figures out how many rows are needed automatically.
Use WRAPROWS to convert long lists into multi-column layouts that make better use of page width when printing.
WRAPROWS and WRAPCOLS are the inverse of TOROW and TOCOL. You can flatten with TOCOL, process the data, then reshape with WRAPROWS.
Try WRAPROWS in Viztab
Import your data and use WRAPROWS with 370+ other formulas. No signup required.
Open Viztab