I have a spreadsheet which contains a list similar to below where I need to find the unique values, and their total in the next column and paste them in another worksheet as per the Output below.
Data
COM 150
COM 150
SPF 100
SPF 100
COM 50
Output
COM 350
SPF 200
These lists may vary in size and order so I need to cover the general area. A message box needs to then appear with each unique value and their total.
Thanks
Data
COM 150
COM 150
SPF 100
SPF 100
COM 50
Output
COM 350
SPF 200
These lists may vary in size and order so I need to cover the general area. A message box needs to then appear with each unique value and their total.
Thanks