+ Reply to Thread
Results 1 to 4 of 4

Top 5 List with Corresponding Team Name

Hybrid View

  1. #1
    Registered User
    Join Date
    10-29-2009
    Location
    Southern Illinois
    MS-Off Ver
    Excel 2007
    Posts
    3

    Top 5 List with Corresponding Team Name

    I have an excel sheet for a charity bass tournament. In rows B5-B35 I have the team names listed. In rows L5-L35 the total fish weight is listed.

    I would like to have a way to display the top 5 teams and the total fish weight. I haven't quite figured out how exactly to do this. Any help would be appreciated!

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2505 Win 11
    Posts
    24,742

    Re: Top 5 List with Corresponding Team Name

    Apply the Large function

    http://www.techonthenet.com/excel/formulas/large.php

    Alan
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Top 5 List with Corresponding Team Name

    Lets' say you're putting your top 5 in M1:M5 with weights in N1:N5

    In N1
    =LARGE($L$5:$L$35,ROW(A1)) dragged down
    In M1
    =INDEX($B$5:$B$35,MATCH(N1,$L$5:$L$35,0))
    This only works if there are no ties. But it will be obvious, you'll see the same team name twice.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    10-29-2009
    Location
    Southern Illinois
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Top 5 List with Corresponding Team Name

    Quote Originally Posted by ChemistB View Post
    Lets' say you're putting your top 5 in M1:M5 with weights in N1:N5

    In N1
    =LARGE($L$5:$L$35,ROW(A1)) dragged down
    In M1
    =INDEX($B$5:$B$35,MATCH(N1,$L$5:$L$35,0))
    This only works if there are no ties. But it will be obvious, you'll see the same team name twice.
    Works great, thought I had an issue but simple error on my part. Thanks for both of your help!
    Last edited by AWat; 07-19-2011 at 03:50 PM.

+ 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