I have a dataset that is grouped by level which I wish to re format onto another worksheet. An example is below:
Existing dataset
ColA ColB ColC
Level 1
Space
name1 group1 L1111
Space
Level 2
space
Name2 group2 C2222
Name3 group3 L3333
Name4 group4 L4444
space
Level 3
space
Name5 group5 L5555
Name6 group6 L6666
etc
Name20 group20 L2020
Is it possible to have a formula that will format / group the above dataset as follows (each group could have a maximum of say 20):
Required output
ColA ColB ColC ColD
Level1 name 1 group 1 L1111
Level2 name2 group2 C2222
name3 group3 L3333
name4 group4 L4444
Level3 name5 group5 C5555
name6 group6 L6666
name20 group20 L2020
etc
I thank you for time and understanding.
Existing dataset
ColA ColB ColC
Level 1
Space
name1 group1 L1111
Space
Level 2
space
Name2 group2 C2222
Name3 group3 L3333
Name4 group4 L4444
space
Level 3
space
Name5 group5 L5555
Name6 group6 L6666
etc
Name20 group20 L2020
Is it possible to have a formula that will format / group the above dataset as follows (each group could have a maximum of say 20):
Required output
ColA ColB ColC ColD
Level1 name 1 group 1 L1111
Level2 name2 group2 C2222
name3 group3 L3333
name4 group4 L4444
Level3 name5 group5 C5555
name6 group6 L6666
name20 group20 L2020
etc
I thank you for time and understanding.