I would be very grateful if somebody could help me out with this.
Column A has a list of items where some items occur more than once, and column B has a value for each item.
I want column C to show the same information as column B, except add the values for the duplicates in column A together, like so:
A. B. C
a 10 25
b 10 10
a 15 25
c 10 10
d 10 10
Bookmarks