exllearner
New Member
- Joined
- Jan 1, 2018
- Messages
- 4
hello,
I have data like below.
Family_Name | People In the Family
ABC | 1a| 2a|3a|4a|5a
CDE | 1b|2b| 3b|
FGH | 1c|
IJK |1d| 2d| 3d|4d|
Like above I have like 15columns*5000 rows of data but I want to see it like below
ABC
1a
2a
3a
4a
5a
CDE
1b
2b
3b
FGH
1c
...etc or in the smiler format but within two different columns is also fine.
I tried with pivot but it does not look like I get much help when I have uneven columns like this. So, please give me possible solutions.
I have data like below.
Family_Name | People In the Family
ABC | 1a| 2a|3a|4a|5a
CDE | 1b|2b| 3b|
FGH | 1c|
IJK |1d| 2d| 3d|4d|
Like above I have like 15columns*5000 rows of data but I want to see it like below
ABC
1a
2a
3a
4a
5a
CDE
1b
2b
3b
FGH
1c
...etc or in the smiler format but within two different columns is also fine.
I tried with pivot but it does not look like I get much help when I have uneven columns like this. So, please give me possible solutions.