+ Reply to Thread
Results 1 to 7 of 7

Find the three largest values and return the corresponding cell

  1. #1
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Find the three largest values and return the corresponding cell

    So here is my dilemma, I have raw scores for an eleven section test. I want to be able to list the strengths (top 3 scores) and weaknesses of the students (Bottom 3 scores). The section number corresponds to a section title listed on the sample page.

    Is there any way to auto populate these fields so i don't have to look the through the data and determine the top and bottom three.

    I have attached a sample with the desired results

    Any help would be greatly appreciated.

    Los
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Re: Find the three largest values and return the corresponding cell

    this has really got me stumped.

    I hope my explanation was clear, if not i can clarify.

    Thanks in advance

    Los

  3. #3
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,720

    Re: Find the three largest values and return the corresponding cell

    The strategy here is to use the LARGE and SMALL functions to find the top and bottom three scores, then take the result and use it look up which sections those occurred in. See attached example for Student 2.

    However, this just shows the section number. You need to provide a list of section titles to be able to return a section title.
    Attached Files Attached Files
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  4. #4
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Re: Find the three largest values and return the corresponding cell

    thanks you for the reply, there is a section list starting in row 21 or 20 with section number and section title.

    How would i add that in to this formula to achieve my desired results


    TIA

    Los

  5. #5
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Re: Find the three largest values and return the corresponding cell

    And also i don't want the strengths or weaknesses to repeat if they have already popped up. currently section 5 occurs twice.

  6. #6
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Find the three largest values and return the corresponding cell

    Ties are the problem. You can add a helper row, which would be obtrusive, to say the least, or try the following:

    Change your formula in AT4 (currently =E4) to =E4+0.001*COLUMN(), then change AU4 (currently =I4) to =I4+0.001*COLUMN(), etc. for AT4 through BD4. This will keep your numbers looking the same in the workbook, but it will ever-so-slightly break any ties that occur and give you a proper ranking. Once that's done, enter the following formulas where indicated:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Fill down for each and you should be good to go...?

  7. #7
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Re: Find the three largest values and return the corresponding cell

    THANK YOU!!! you rock

+ 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] HELP: Find largest value in a column and return adjacent cell value!
    By KaziProttoy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-07-2015, 08:40 AM
  2. [SOLVED] Find first, second, third largest and return another cell on same row
    By notexcellent in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-15-2013, 09:14 AM
  3. [SOLVED] Find 3 largest values in an array and return corresponding text from header row
    By philrossnz in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-21-2012, 01:17 AM
  4. Replies: 4
    Last Post: 10-14-2011, 12:34 AM
  5. find largest values, then return corresponding row values.
    By neurotypical in forum Excel General
    Replies: 7
    Last Post: 05-24-2006, 05:27 PM
  6. Find Largest and Return Column Name
    By Tom321 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-17-2006, 01:15 PM
  7. [SOLVED] How do I return the cell address of the largest of a set of values
    By Mr. Snrub in forum Excel General
    Replies: 8
    Last Post: 05-28-2005, 11:05 AM

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