+ Reply to Thread
Results 1 to 5 of 5

[SOLVED] how can I rank within a filtered list in Excel?

  1. #1
    Brandon
    Guest

    [SOLVED] how can I rank within a filtered list in Excel?

    I'd like to have a dynamic report that ranks my lists based on an
    autofiltered list. In other words, I'd like to toggle the criteria that
    qualifies the lists content, and have excel generate "ranks" based on the
    values returned. Currently the rankings are based on the overall list,
    includeing the records that are filtered out.

  2. #2
    Domenic
    Guest

    Re: how can I rank within a filtered list in Excel?

    Assuming that Column B contains the values to be ranked, and the first
    row contains your headers/labels...

    C2, copied down:

    =SUMPRODUCT(SUBTOTAL(3,OFFSET($B$2:$B$10,ROW($B$2:$B$10)-MIN(ROW($B$2:$B$
    10)),0,1)),--(B2<$B$2:$B$10))+1

    Hope this helps!

    In article <3BEB900D-669D-4938-8A1B-154D0B58CF62@microsoft.com>,
    "Brandon" <Brandon@discussions.microsoft.com> wrote:

    > I'd like to have a dynamic report that ranks my lists based on an
    > autofiltered list. In other words, I'd like to toggle the criteria that
    > qualifies the lists content, and have excel generate "ranks" based on the
    > values returned. Currently the rankings are based on the overall list,
    > includeing the records that are filtered out.


  3. #3
    Registered User
    Join Date
    03-07-2005
    Posts
    6

    Pure genius

    I was looking for a message on ranking a filtered list and noticed the thread. Let me just thank you for your response to this persons query as I can tell he never thanked you. It does work and it works well.


    thanks heaps!

  4. #4
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    You're very welcome! And thank you for your feedback!

    Cheers!

    Quote Originally Posted by Economic
    I was looking for a message on ranking a filtered list and noticed the thread. Let me just thank you for your response to this persons query as I can tell he never thanked you. It does work and it works well.


    thanks heaps!

  5. #5
    Registered User
    Join Date
    05-23-2013
    Location
    Virginia
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: how can I rank within a filtered list in Excel?

    Hi,
    I know this post is old but it helped me out tremendously. Now I would like to like the anatomy of this formula...what makes it tick. As of right now I could not explain it to someone.

    Quote Originally Posted by Domenic View Post
    Assuming that Column B contains the values to be ranked, and the first
    row contains your headers/labels...

    C2, copied down:

    =SUMPRODUCT(SUBTOTAL(3,OFFSET($B$2:$B$10,ROW($B$2:$B$10)-MIN(ROW($B$2:$B$
    10)),0,1)),--(B2<$B$2:$B$10))+1

    Hope this helps!

    In article <3BEB900D-669D-4938-8A1B-154D0B58CF62@microsoft.com>,
    "Brandon" <Brandon@discussions.microsoft.com> wrote:

    > I'd like to have a dynamic report that ranks my lists based on an
    > autofiltered list. In other words, I'd like to toggle the criteria that
    > qualifies the lists content, and have excel generate "ranks" based on the
    > values returned. Currently the rankings are based on the overall list,
    > includeing the records that are filtered out.

+ 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