+ Reply to Thread
Results 1 to 4 of 4

Formula to rank scores that contain ties

  1. #1
    Valued Forum Contributor
    Join Date
    09-09-2009
    Location
    Liverpool, England
    MS-Off Ver
    W: 2021 H: 365
    Posts
    940

    Formula to rank scores that contain ties

    Morning all,

    I have some bidder scores that I need to rank but I'm struggling to account for the tied scores.

    Example attached.

    Thanks in advance,

    Snook
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Formula to rank scores that contain ties

    IN D2 then drag down

    =LARGE($C$3:$L$3,B7)

    ARRAY formula in C2 then drag down

    =INDEX($C$2:$L$2,SMALL(IF($C$3:$L$3=D7,COLUMN($C$2:$L$2),""),COUNTIF($D$7:$D7,D7))-COLUMN($C$2)+1)
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Formula to rank scores that contain ties

    Alternative, non-array (ordinary) formula in C2:

    =INDEX($2:$2,SMALL(INDEX(($C$3:$L$3<>D7)*10^10+COLUMN(C$3:L$3),0),COUNTIF(D$7:D7,D7)))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  4. #4
    Valued Forum Contributor
    Join Date
    09-09-2009
    Location
    Liverpool, England
    MS-Off Ver
    W: 2021 H: 365
    Posts
    940

    Re: Formula to rank scores that contain ties

    Bob on, thanks both.

    Snook

+ 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. Rank formula without ties
    By kylechace in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-31-2017, 08:09 PM
  2. Top 5 scores without ties or duplicate
    By XLalbania in forum Excel General
    Replies: 11
    Last Post: 07-08-2016, 03:35 PM
  3. [SOLVED] Rank If formula to break the ties and ignore zeros
    By Masa1989 in forum Excel General
    Replies: 10
    Last Post: 11-16-2015, 11:35 AM
  4. [SOLVED] formula to lookup rank (with ties)
    By Phily915 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-15-2014, 10:20 PM
  5. Rank scores formula
    By Pete in forum Excel General
    Replies: 0
    Last Post: 02-06-2006, 10:55 PM
  6. [SOLVED] Rank scores formula
    By Pete Bircher in forum Excel General
    Replies: 0
    Last Post: 02-06-2006, 10:55 PM
  7. Rank scores formula
    By Pete in forum Excel General
    Replies: 2
    Last Post: 02-06-2006, 12:20 PM

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