Your cart is currently empty!
How to Reshape Data in Excel Using WRAPROWS and WRAPCOLS Functions
Here’s a detailed explanation of how to use the WRAPROWS
and WRAPCOLS
functions in Excel — these are part of Excel’s dynamic array functions available in Microsoft 365 and Excel 2021 onwards.
1. WRAPROWS Function in Excel
Purpose:
WRAPROWS
reshapes a single row or column of data into a table-like structure with a specified number of values per row.
Syntax:
WRAPROWS(vector, wrap_count, [pad_with])
Parameters:
vector
: The range or array to reshape (single row/column)wrap_count
: How many items per rowpad_with
(optional): Value to fill in if the last row is incomplete
Example:
Given a list in A1:A10
:
A1:A10 = {1,2,3,4,5,6,7,8,9,10}
Formula:
=WRAPROWS(A1:A10, 4)
Result:
1 2 3 4
5 6 7 8
9 10
With padding:
=WRAPROWS(A1:A9, 4, "NA")
Result:
1 2 3 4
5 6 7 8
9 NA NA NA
2. WRAPCOLS Function in Excel
Purpose:
WRAPCOLS
reshapes data into a column-wise format, specifying how many values per column.
Syntax:
WRAPCOLS(vector, wrap_count, [pad_with])
Example:
List in A1:A10:
=WRAPCOLS(A1:A10, 4)
Result:
1 5 9
2 6 10
3 7
4 8
With padding:
=WRAPCOLS(A1:A9, 4, "N/A")
Result:
1 5 9
2 6 N/A
3 7 N/A
4 8 N/A
✅ Key Notes:
- These functions are useful for layout transformation, preparing data for printing, visualization, or dashboards.
- They work well with other dynamic functions like
SEQUENCE
,SORT
,UNIQUE
, etc.
Top rated products
-
Mastering Microsoft Excel: Excel from Beginner to Advanced (Downloadable)
Original price was: ₹2,299.00.₹1,999.00Current price is: ₹1,999.00. -
Dia Free Juice – Blood Sugar Management
-
Acer Aspire Lite (AL15-41) – AMD Ryzen 3 Laptop with 16GB RAM & 512GB SSD
-
MS Office Online Course: Basic to Advance Level
Original price was: ₹2,999.00.₹2,499.00Current price is: ₹2,499.00. -
The Psychology of Money: Timeless Lessons on Wealth, Greed, and Happiness
-
Mastering Excel Automation: Excel VBA Training Course for Proficiency and Efficiency
Original price was: ₹2,299.00.₹1,999.00Current price is: ₹1,999.00. -
Premium Gold Whey Protein
-
Lenovo SmartChoice Chromebook (82UY0014HA) – Compact & Affordable Everyday Laptop
-
Excel Course in Hindi: Basic to Advanced Level
Original price was: ₹2,299.00.₹2,249.00Current price is: ₹2,249.00.