+ Reply to Thread
Results 1 to 3 of 3

Excel Ranking with multiple criteria support

  1. #1
    Registered User
    Join Date
    01-21-2018
    Location
    Northampton, England
    MS-Off Ver
    2010
    Posts
    61

    Excel Ranking with multiple criteria support

    Hello all,
    I'm trying to set up a ranking that will give the top 3 from highest Total results.
    Not sure on the issue but it randomly skips rankings

    It should be if 100% pass then the ranking is based of the total, if not 100% the its not taken into consideration.
    I have attached a demo doc for view and to help if possible.

    Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,193

    Re: Excel Ranking with multiple criteria support

    Column1

    =IF([@[Total.]]="","",IF([@[1st Pass%.]]=1,$M8-COUNTIFS($M$4:M8," <> ",$M$4:M8,M8,$N$4:N8,1)/100,""))

    RAnK

    =IF(Table1[@[Total.]]="","",IF(Table1[@[1st Pass%.]]=1,RANK($V8,$V$4:$V$100,0),""))

    Ranking Top

    =IF($W4 >3,"",$W4)

    Ranking Bottom

    =IF($W4 < LARGE($W$4:W100,3),"",$W4)
    Attached Files Attached Files
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Registered User
    Join Date
    01-21-2018
    Location
    Northampton, England
    MS-Off Ver
    2010
    Posts
    61

    Re: Excel Ranking with multiple criteria support

    Thanks for your help, that worked with a slight edit. 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. [SOLVED] RANKING with Multiple Criteria Without Skipping OR Sequential Ranking
    By e4excel in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-24-2020, 01:08 AM
  2. [SOLVED] Ranking with multiple criteria
    By abdumon7 in forum Excel General
    Replies: 9
    Last Post: 07-08-2019, 09:10 AM
  3. [SOLVED] Ranking using multiple criteria
    By pentabarf in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-08-2019, 12:57 AM
  4. [SOLVED] Ranking in Excel based on multiple criteria
    By ravindranj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-21-2018, 02:24 AM
  5. [SOLVED] RANKING Given Multiple Criteria
    By watchouse in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-17-2016, 10:37 AM
  6. [SOLVED] multiple criteria conditional ranking and protecting multiple sheets in one go
    By samktlim in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-31-2013, 09:31 AM
  7. Ranking by multiple criteria
    By augy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-03-2008, 12:37 PM

Tags for this Thread

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