Good night everyone,
I have a list of data all in one column that I need to separate in several columns.
Raw source:
Column A
Text 1
Text 2
Text 3
...
Tex 8
Text 1
Text 2
Text 3
...
Tex 8
Text 1
Text 2
Text 3
...
Tex 8
up to 7,000 lines.
I would like something like this:
I know there should be many ways to approach this problem that I am trying some of them and in all of them I am missing something.
I have tried pivot tables and couldn't make it work. Tried Power Pivot but I don't have enough knowledge to use it, tried doing a frankenstein macro with similar questions in this forum but it did not work either.
Can someone please give me a hand?
I have a list of data all in one column that I need to separate in several columns.
Raw source:
Column A
Text 1
Text 2
Text 3
...
Tex 8
Text 1
Text 2
Text 3
...
Tex 8
Text 1
Text 2
Text 3
...
Tex 8
up to 7,000 lines.
I would like something like this:
Column Text 1 | Column Text 2 | Column Text 3 | Column Text 4 | Column Text 5 | Column Text 6 | Column Text 7 | Column Text 8 |
Text 1 | Text 2 | Text 3 | Text 4 | Text 5 | Text 6 | Text 7 | Text 8 |
Text 1 | Text 2 | Text 3 | Text 4 | Text 5 | Text 6 | Text 7 | Text 8 |
I know there should be many ways to approach this problem that I am trying some of them and in all of them I am missing something.
I have tried pivot tables and couldn't make it work. Tried Power Pivot but I don't have enough knowledge to use it, tried doing a frankenstein macro with similar questions in this forum but it did not work either.
Can someone please give me a hand?