Hello Guys,
I want to join every 4 rows into one row like this :
Row which has value Num =1 should have Propo A B C D β¦ the same as the others
Any suggestions?
Best Regards
Hello Guys,
I want to join every 4 rows into one row like this :
Row which has value Num =1 should have Propo A B C D β¦ the same as the others
Any suggestions?
Best Regards
To build the logic I would like to know more about the data.
In the βNumβ column if we have 1,2,3,4 then we should have βPropoβ 4 sets only right?
Is there any condition to map 1 with ABCD and 2 with ABCD like that?
The condition is simply in each time you find lettre βAβ should be folowed by the 3 rows βBβ βCβ and βDβ and inserted beside Num β1β and so on for the other Num column.