Forum Discussion
GBax-2020
Mar 25, 2023Copper Contributor
How do I split a column
I need to split a column for a select number of cells, or a range of cells. How do I do that?
1 Reply
Sort By
- PeterBartholomew1Silver Contributor
This is in answer to a possible interpretation of your question. The new(ish) 365 function
= WRAPCOLS(column#, 25)
will split a column array into blocks of 25 rows.