Hey guys, need a small support on which formula i should use
So suppose i have 2 columns. A and B
A has the ID
B has the amount
Now, A has some duplicate IDs, and B has different values for all the duplicate values. For example, there are 3 rows of the ID 10A, and each 3 rows has different amounts.
What formula would i have to use to remove the duplicate ID values, Keep just one value, and all 3 amounts of that ID are added.
A B
10A 1
10A 1
10A 1
But i want it to be
A B
10A 3
Thank you