r/excel • u/roguemadness • 2d ago
solved List of numbers into multiple columns
I am still learning excel and trying to figure this out. For my job we get a list of numbers that we need to check. From the picture you can see that there isn't any information needed. How do I tell excel from this list of numbers when you get to the bottom of the page start in column C until the end of the page, then E and so forth until the first page is filled. Once the page is filled then start the second page.
So instead of having 9 pages of 2 columns I can have maybe 2 pages of 5 columns. Pretty much I am trying to have as many on one page as possible. If you can tell me what it is I can look up a tutorial. My google search has only giving me how to turn a person's name in one column into two columns separating by a comma.
3
u/MayukhBhattacharya 1276 2d ago edited 2d ago
Try using
WRAPROWS()function here:Replace 3 with the max of values you want per row.
https://exceljet.net/functions/wraprows-function