I have my data like this:
Main ID SUB ID Info
1A 1A1 24572-16
1A 1A1 26553-17
1A 1A2 24572-16
I would like to return like this: IF 'info' have the same 'SUB ID' and 'MAIN ID'
return like this:
Main ID SUB ID Info
1A 1A1 24572-16; 26553-17
1A 1A2 24572-16
Is it something possible?