I have an excel spreadsheet with two columns.
CON ITE
TAT 5
T 6
TAG 7
GAT 3
T 8
GAT 2
TAG 6
TAT 3
I would like to remove the duplicates in first column (CON) by summing the values in the second column corresponding to the repeating rows. Im using Excel consolidate to get the work done but Excel consolidates data in this manner
CON ITE
TAT 5
6
7
3
8
2
6
3
Is there any way to properly consolidate this data