I have report.xlsx file which contains data from 2 other excel workbook which got merged based on some unique value. Pool_RAM column has data from file1.xlsx and Pool_HDD column has data from file2.xlsx. Both the column contains some duplicate values. Now I want to group the rows based on similar values and put in format as mentioned below.
Report.xlsx Actual Data

And I want data to in the below format.
Expected Format

Please let me know if you need any other information.
Try this macro and adjust it to your needs: