Hi guys,
I really need your help.
I just starting a new job and i need to get this done.
I got a sheet that can have an "infinite" number of grouped information something like this:
ID Description Values
s1 s2 s3 s4
1 sdsgd 8,4,1,0
abras 1,2,3,4
wrgtd 6,5,2,9
4 sdsgd 8,4,1,0
abras 1,2,3,4
wrgtd 6,5,2,9
3 sdsgd 8,4,1,0
abras 1,2,3,4
wrgtd 6,5,2,9
2 sdsgd 8,4,1,0
abras 1,2,3,4
wrgtd 6,5,2,9
and i need to sort this by id keeping the rest of the information togetherdata_example.xls. I've searched for quite some time but i could find an answer that i understood. I don´t now nothing of VBA (but i can use it if necessary) and can´t change the way the information is presented.
The information should be sorted like this:
ID Description Values
s1 s2 s3 s4
1 sdsgd 8,4,1,0
abras 1,2,3,4
wrgtd 6,5,2,9
2 sdsgd 8,4,1,0
abras 1,2,3,4
wrgtd 6,5,2,9
3 sdsgd 8,4,1,0
abras 1,2,3,4
wrgtd 6,5,2,9
4 sdsgd 8,4,1,0
abras 1,2,3,4
wrgtd 6,5,2,9
A sample of the real sheet a the one i need to have goes below.
Thanks in advance
Bookmarks