+ Reply to Thread
Results 1 to 4 of 4

Average top 10 or bottom 10

  1. #1
    LRS
    Guest

    Average top 10 or bottom 10

    Is there a way to get an average of the top 10 records (or bottom 10) in a
    column of numbers (sometimes formatted as $'s sometimes as %'s), other than
    sorting and counting ten cells?
    The cells are already defined in the function MAX(A1:A220) and I was hoping
    to just replace the "MAX" with the appropriate function(s).

    Thanks!

  2. #2
    N Harkawat
    Guest

    Re: Average top 10 or bottom 10

    =SUMPRODUCT(LARGE(A1:A100,{1,2,3,4,5,6,7,8,9,10}))/10

    bottom 10

    =SUMPRODUCT(small(A1:A100,{1,2,3,4,5,6,7,8,9,10}))/10

    "LRS" <[email protected]> wrote in message
    news:[email protected]...
    > Is there a way to get an average of the top 10 records (or bottom 10) in a
    > column of numbers (sometimes formatted as $'s sometimes as %'s), other
    > than
    > sorting and counting ten cells?
    > The cells are already defined in the function MAX(A1:A220) and I was
    > hoping
    > to just replace the "MAX" with the appropriate function(s).
    >
    > Thanks!




  3. #3
    Ron Rosenfeld
    Guest

    Re: Average top 10 or bottom 10

    On Wed, 25 May 2005 10:54:09 -0700, LRS <[email protected]> wrote:

    >Is there a way to get an average of the top 10 records (or bottom 10) in a
    >column of numbers (sometimes formatted as $'s sometimes as %'s), other than
    >sorting and counting ten cells?
    >The cells are already defined in the function MAX(A1:A220) and I was hoping
    >to just replace the "MAX" with the appropriate function(s).
    >
    >Thanks!


    =AVERAGE(LARGE(A1:A220,{1,2,3,4,5,6,7,8,9,10}))


    --ron

  4. #4
    LRS
    Guest

    Re: Average top 10 or bottom 10

    Thanks for such quick responses!

    "Ron Rosenfeld" wrote:

    > On Wed, 25 May 2005 10:54:09 -0700, LRS <[email protected]> wrote:
    >
    > >Is there a way to get an average of the top 10 records (or bottom 10) in a
    > >column of numbers (sometimes formatted as $'s sometimes as %'s), other than
    > >sorting and counting ten cells?
    > >The cells are already defined in the function MAX(A1:A220) and I was hoping
    > >to just replace the "MAX" with the appropriate function(s).
    > >
    > >Thanks!

    >
    > =AVERAGE(LARGE(A1:A220,{1,2,3,4,5,6,7,8,9,10}))
    >
    >
    > --ron
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1