Closed Thread
Results 1 to 6 of 6

Find 1st, 2nd and 3rd place...

  1. #1
    Registered User
    Join Date
    09-23-2008
    Location
    Chicagoland
    Posts
    21

    Find 1st, 2nd and 3rd place...

    We're doing a "Biggest Loser" competition at work. I have a spreadsheet that calculates the % of body weight lost.

    I need a formula that will look at the results and display 1st, 2nd, 3rd places.

    Here is this weeks results...

    Please Login or Register  to view this content.

    Here's the output I want...
    Please Login or Register  to view this content.
    The lowest number (negative) is the current #1 winner.

    Because the lowest number is the best, I can use =INDEX($P$22:$P$30,MATCH(MIN($P$22:$P$30),$P$22:$P$30,0))
    for the #1 percentage

    and

    =INDEX($P$22:$P$30,MATCH(MIN($P$22:$P$30),$P$22:$P$30,0))
    for the last place percentage but how can I get 2nd and 3rd place?

    Thanks!
    Last edited by canonelan2; 01-19-2009 at 04:21 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531
    You can use the SMALL function with k argument set to 1,2,3 to return 1st, 2nd, 3rd etc..., however, returning names can be a little more tricky if it's possible to have 1+ person with the same % loss... if not and you assume the %'s are in C you can use:

    =VLOOKUP($Cx,$P:$Q,2,0)
    (where x = row number)

    to return the associated name.

  3. #3
    Registered User
    Join Date
    09-23-2008
    Location
    Chicagoland
    Posts
    21
    I understand the issue if there is a tie. That worked for what I needed it to do.

    Thanks a lot!

  4. #4
    Registered User
    Join Date
    12-25-2012
    Location
    lahorepk
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Find 1st, 2nd and 3rd place...

    i want a forumula in result sheet where 1st , 2nd 3rd, ..... would be according to % and other thing i want to know how i manage them in order to 1t, 2nd ......... from 1st row to last

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Find 1st, 2nd and 3rd place...

    Or an solution with an pivot table.

    See the attached file.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  6. #6
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Find 1st, 2nd and 3rd place...

    This thread is nearly four years old.

    @zohaibh,

    Your post does not comply with Rule 2 of our Forum RULES. Don't post a question in the thread of another member -- start your own thread. If you feel it's particularly relevant, provide a link to the other thread. It makes sense to have a new thread for your question because a thread with numerous replies can be off putting & difficult to pick out relevant replies.

    @oeldere,

    In light of above please refrain from posting in these instances and advise OP accordingly.

Closed 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