Syntax
| Parameter | Description |
|---|---|
| vector | Parameter of the WRAPCOLS function. |
| wrap_count | Parameter of the WRAPCOLS function. |
| [pad_with] | (Optional.) Parameter of the WRAPCOLS function. |
Examples
Monthly data into quarterly columns
=WRAPCOLS(A1:A12, 3)
Contact list in 3 columns
=WRAPCOLS(A1:A30, 10)
Pad incomplete columns
=WRAPCOLS(A1:A10, 4, "-")
Common Errors
The wrap_count is zero or negative, or the input is not a single row or column.
The output area contains non-empty cells.
Tips
If the vector length isn't evenly divisible by wrap_count, extra cells are padded with #N/A by default. Set pad_with to 0 or "" for cleaner output.
WRAPCOLS fills top-to-bottom within each column, then moves right. WRAPROWS fills left-to-right within each row, then moves down. Choose based on your reading order.
Turn a single-column data export into a multi-column report layout instantly. Great for print layouts that need to fill the page width.
Try WRAPCOLS in Viztab
Import your data and use WRAPCOLS with 370+ other formulas. No signup required.
Open Viztab