+ Reply to Thread
Results 1 to 4 of 4

Stack Rank with formula instead of sort...Tough one!

  1. #1
    Registered User
    Join Date
    07-05-2012
    Location
    ND
    MS-Off Ver
    Excel 2003
    Posts
    5

    Stack Rank with formula instead of sort...Tough one!

    Hi There,

    From a list of names and scores, in no particular order, I would like to stack rank the individuals 1-5 on the attached example by highest score first. Is it possible to have a formula located in the red boxes that would automatically populate the agents and scores (highest to lowest)? This is just a sample of the staff. See sample staff below! Thanks in advance for your help!
    Attached Files Attached Files

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Stack Rank with formula instead of sort...Tough one!

    One Way...

    F3 >> =INDEX($A$3:$A$7,MATCH(LARGE($B$3:$B$7,E3),$B$3:$B$7,0))
    G3 >> =VLOOKUP(F3,$A$3:$B$7,2,0)
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    07-05-2012
    Location
    ND
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Stack Rank with formula instead of sort...Tough one!

    Thank you! That worked great!

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Stack Rank with formula instead of sort...Tough one!

    You are very welcome. Glad it work for you and thanks for the feedback

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ 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