If I have data that looks like this
Bob 5
Sarah 6
Bob 7
Sarah 9
leslie 8
Is there a function that I can use that will esentially add up all of bob, then sarah, then leslie? then if I change the name Bob to Leslie it will automatically change the summation of bob
So it looke like
Bob 12
Sarah 15
Leslie 8