Hi,
I have about 200 rows of data that essentially boils down to something like this example:
A .5
B .7
C .1
D .1
A 1.0
B .4
C .25
E .6
The results I'm looking for is to be able to list the top 5 by total amount. So if it worked perfectly I would get:
A 1.5
B 1.1
E 0.6
C 0.35
D 0.10
It's easy to get the sumation of the values, but what I can't get is to somehow only display the total for one unique value. My issue is that I was using a sumif on each line so every A would have the 1.5 value. Then when I use the large function it would list this:
A 1.5
A 1.5
B 1.1
B 1.1
E 0.6
C 0.35
C0.35
I would love to know how to develop a function(s) that eliminates the double (like above) and just gives me the top 5 (or 10 or whatever) unique names with total amounts from the range.
I'm so hopeful someone can help me as I've exhausted everything I know and have read on other posts that seem related.
Thanks
Bookmarks