I am trying to merge to datatables while combining the values of two columns.
Example:
Datatable X:
Datatable Y1:
So, when I merge X with Y1 by ID and Brand and keeping all values of X. I get datatable Z:
However, after this, I got datatable Y2:
An I would like to get this datatable when I merge it with Z:
Hopefully, that was clear. Thanks for your help.