View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Older-but-better[_2_] Older-but-better[_2_] is offline
external usenet poster
 
Posts: 1
Default Top Ten List by Individual Volume

I would set up a list of accounts at the bottom of the first file (column b).
I would then add sumif to calculate the totals per account (Column c)
I would then add rate function (column a) (Descending)

In the second worksheet, I would use vlookup to get the data you want




"Mike" wrote:

I have a worksheet that has a running pipeline of loans i.e.:

abc $100
def $150
ghi $120
abc $150
def $50
abc $500
...

on another sheet I have a summary which shows the totals for the month,
average loan amount, etc. I would like to add an area in the second sheet
that lists the top ten accounts. I would like to have them running down a
column i.e.:

#1 abc
#2 def
#3 ghi


Is this possible, how could I go about doing this? I really appreciate any
help.