Hello maybe this is a stupid question but how do you turn a single collum into multiple collums without altering the contents of it.
So that this:
1
2
3
becomes this:
1 2 3
Preferably in a way that lets me set up how many columns are created(so that say a column that has 50 rows is split into 9 columns).
Thanks in advance.