Hi to all members of excelforum!
I have one big problem, there is one BIG excel file and I have to sum columns, I'll explain by example:
let's say that you have 2 columns - A (with names) and B (with values):
A B
bob 100
bob 999
bob 44
john 122
john 66
mary 456
mary 7878
mary 212
mary 52323
How to sum all numbers in B with name in A? how to sum all numbers with the name john and then how to sum all numbers with mary in column A?
It would be perfect if I can receive result:
A B
bob 15151
john 626
mary 654552
Of course, my file is much bigger with 200 different names in column A, and each name hase at least 50 numbers to sum...is there any way to do this quickly?
Bookmarks