jonybandana
New Member
- Joined
- Dec 16, 2022
- Messages
- 33
- Office Version
- 365
- Platform
- Windows
Hi everyone. I have something like the following table (imported from SAP):
I would like to divide this data into columns in the following way:
This would have to be done dynamically, because I have a lot of rows that begin with "0 - " and I would like each one to get its own column.
Is this possible to do?
TITLE |
0- Part 123 |
D142 |
D542 |
S653 |
0- Part 453 |
T311 |
Y221 |
K411 |
M091 |
J818 |
I would like to divide this data into columns in the following way:
0- Part 123 | 0- Part 453 |
S653 | T311 |
D142 | Y221 |
D542 | K411 |
M091 | |
J818 |
This would have to be done dynamically, because I have a lot of rows that begin with "0 - " and I would like each one to get its own column.
Is this possible to do?