Hey,
Just got a problem. I have got a list of names in one column, and a list of numbers in the column. I want to add the numbers up where the names match.
E.G
Bob 5
Mary 4
Bob 3
Bob's total would be 8, mary's would be 3. Guess you would have to use a match and sum functions, maybe if?
Thanks for the help,
Andysh