Hello,
I have a list of data like so:
A B
1 XYZ1
2 XYZ2
3 XYZ3
4 XYZ4
5 XYZ5
6 XYZ6
7 XYZ7
8 XYZ8
9 XYZ9
10 XYZ10
etc

and this list goes on for quite a bit. I want to create a table that has a certain amount of colums and rows that I would define myself and it would put in the numbers in column B, eg:
1 2 3
1 XYZ1 XYZ2 XYZ3
2 XYZ4 XYZ5 XYZ6
3 XYZ7 XYZ8 XYZ9
4 etc

Is there anyway of doing this? Any help would be appreciated.

thank you