Hello ,
I have a data that is set up like this
Group 1 Group 2 Group 3 Group 4 Group 5 ......................... Group 16
a,b,c,d,e,f a,b,c,d,e,f a,b,c,d,e,f a,b,c,d,e,f a,b,c,d,e,f a,b,c,d,e,f
The output I am looking for is
Group Number Group Value column 1 column2 column3 column 4 column 5 column 6
Group 1 a,b,c,d,e,f a b c d e f
Group 2 a,b,c,d,e,f a b c d e f
Group 3 a,b,c,d,e,f
Group 4 a,b,c,d,e,f
Group 5 a,b,c,d,e,f
Group 6 a,b,c,d,e,f
Group 16 a,b,c,d,e,f a b c d e f
How can I achieve this output?