Dear all,
I am using the following macro which finds duplicate data and then add the duplicate values together. However, the code only adds together one of the columns (C). I would like the code to add up column C to F.
For example the input data![]()
Please Login or Register to view this content.
BTT, 2 , 1 , 3, 4,
CDD, 2 , 4, 5, 6,
BTT, 2, 1, 1, ,1
Desired output after the code
BTT, 4 , 2 , 4, 5,
CDD, 2 , 4, 5, 6,
Any help would be very much appreciated. Thank you for your time.
Bookmarks