+ Reply to Thread
Results 1 to 4 of 4

Need help attempting to create a "top 10 list"

  1. #1
    Registered User
    Join Date
    09-04-2013
    Location
    Dallas
    MS-Off Ver
    Excel 2010
    Posts
    8

    Lightbulb Need help attempting to create a "top 10 list"

    Hey guys,

    I'm creating a dashboard and I'm trying to implement a "Worse 10" list. I'm stumped.

    I have 5 different audit forms that contain different questions. Each form contains about 40 unique questions. I'm trying to set up a table where the user can see the top 10 worst questions for each form:

    Audit 1 - Audit 2 - Audit 3 -, etc, etc.

    The data will change constantly, maybe once or twice a week. I would like to just update the raw data and have the table do the rest.

    Any ideas? I'll take references to other examples and I can handle the rest, I just need to be pointed to the right direction.

    Thanks!!!
    Last edited by blainerhett; 10-02-2013 at 12:51 PM.

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Need help attempting to create a "top 10 list"

    I use data dumps that autopopulate often.

    You can use =RANK()+COUNTIF()-1 to generate nonduplicating ranks on scores.

    Then somewhere else, you can use INDEX(..MATCH( to pull the match data for the top 10.

    Assuming you had data in A1:A1000, you would rank it in B1 with =RANK(A1,$A$1:$A$1000)+COUNTIF($A$1:A1,A1)-1 and copy downwards

    Then on sheet2, in A1:A10 you would number 1 to 10. B1 =INDEX(Sheet1!$A$1:$A$1000,MATCH($A1,Sheet1!$B$1:$B$1000,0)) and copy downwards to B10 to pull just the Top 10.

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Need help attempting to create a "top 10 list"

    I do something similar. I have an event file that I update every month with a new month's data and delete the beginning month's data (18 months revolving). I had to add a lot of formulas, mostly concatenations and I do the counts by month and by unit and then rank the results using =RANK(A2,$A$2:$A$50,0)+COUNTIF($A$2:A2,A2)-1 then put in a section where I refer to the results of those ranks in a 1 to 10 order using a vlookup. Of course in the rank formula the 0 might be replaced by 1 if you want to rank them in ascending order. Everytime I update the data it refreshes the output.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Need help attempting to create a "top 10 list"

    Hi,

    If you supply a sample of your data it would be a better answer.

    1. If your data changes, and you have more or less rows then a DNR (Dynamic Named Range) seems appropriate. See:
    http://www.ozgrid.com/Excel/DynamicRanges.htm
    2. Conditional Formatting has Top and Bottom 10 built into it. See:
    http://www.excel-easy.com/data-analy...ormatting.html

    3. I like to use Pivot Tables and it also has this ability to filter....

    With a sample of your data and its structure we could help much more.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Any ideas?
    By elliotelliotdan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-02-2008, 12:19 AM
  2. Any ideas on how to do this?
    By michael.beckinsale in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-22-2006, 05:40 AM
  3. [SOLVED] re:Any Ideas?
    By GAIL HORVATH in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-05-2005, 11:05 PM
  4. re:Any Ideas?
    By GAIL HORVATH in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-05-2005, 10:05 PM
  5. [SOLVED] Add-Ins-Would anybody have any ideas?
    By Gary in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-31-2005, 09:05 AM

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