+ Reply to Thread
Results 1 to 4 of 4

finding the X highest (or lowest) numbers in a set.

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    11-30-2012
    Location
    Seattle, WA
    MS-Off Ver
    Office 2007
    Posts
    212

    finding the X highest (or lowest) numbers in a set.

    I am looking for a way to find a highest (and/or) lowest value in a list of numbers. The list keeps getting longer and after a certain point I will need the 2 highest (or lowest), then the 3 highest (or lowest). I know MIN and MAX will find the high and low, but how do I find the 2nd highest, etc?
    "Laugh? I thought I'd die!"

    Jimbo?

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: finding the X highest (or lowest) numbers in a set.

    Take a look at LARGE() and SMALL()
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Valued Forum Contributor
    Join Date
    12-02-2012
    Location
    Melbourne, VIC
    MS-Off Ver
    Excel 2016
    Posts
    750

    Re: finding the X highest (or lowest) numbers in a set.

    For Maximum - try LARGE formula
    Formula: copy to clipboard
    =LARGE(A1:A1000,3)
    'should give the 3rd largest number
    For Minimum - (you guessed it) try SMALL formula
    Formula: copy to clipboard
    =SMALL(A1:A1000,2)
    'should give the 2nd smallest number
    HTH!

  4. #4
    Valued Forum Contributor
    Join Date
    03-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2007/10/16
    Posts
    840

    Re: finding the X highest (or lowest) numbers in a set.

    Hi

    instead this
    Formula: copy to clipboard
    =LARGE(A1:A1000,3)

    Use this
    Formula: copy to clipboard
    =LARGE(A1:A1000,ROWS($1:1)
    Copy down.

    Large change to Small copy down
    It will give you Highest,2 Highest,3 Highest,4 Highest,5 Highest so on where you want to stop!!

    Regard
    micope21
    Last edited by micope21; 07-25-2014 at 02:22 AM.
    To help you by my post? it would be nice to click on to say "Thank you".
    If you are happy with a solution to your problem?
    Click Thread Tools above your first post,
    select "Mark your thread as Solved".

+ 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] Finding the category with the highest/lowest score
    By Vemonstrocity in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-08-2012, 07:08 PM
  2. Finding the highest or lowest value
    By simonjg in forum Excel General
    Replies: 0
    Last Post: 09-18-2011, 10:39 AM
  3. Picking 5 highest/lowest numbers from a list
    By johnexceljohn in forum Excel General
    Replies: 25
    Last Post: 07-23-2009, 05:59 PM
  4. [SOLVED] Find Highest/lowest numbers!
    By stewart08 in forum Excel General
    Replies: 3
    Last Post: 04-07-2008, 12:42 PM
  5. Finding highest and lowest number between to key numbers
    By garbs in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-10-2007, 06:35 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