+ Reply to Thread
Results 1 to 26 of 26

Picking 5 highest/lowest numbers from a list

Hybrid View

  1. #1
    Registered User
    Join Date
    07-17-2009
    Location
    Edmonton, Canada
    MS-Off Ver
    Excel 2007
    Posts
    27

    Re: Picking 5 highest/lowest numbers from a list

    @NBVC

    OK. this might take me a while to digest, my eyes are starting to go crosseyed with all the formulas. Will I have to somehow remove the scores that are higher or lower than the parameters that you set?

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Picking 5 highest/lowest numbers from a list

    Base on your original post:

    I would also like to generate the 5 highest and lowest relative numbers, ie. if there are no scores over 7.5, then the 5 next highest numbers.
    These columns only populate if all values in column B are outside the parameters that would populate column F & G

    I replaced some of your values in column B for testing.. all of the numbers in column B of my sheet are outside your 5.04 to 7.45 parameters.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    07-17-2009
    Location
    Edmonton, Canada
    MS-Off Ver
    Excel 2007
    Posts
    27

    Re: Picking 5 highest/lowest numbers from a list

    ahh, I get it. What I'm looking for though is for it to include the absolute strengths in with the relative. for example, on the example sheet, there are exactly 5 absolute strengths, so the top 5 relative strengths should be the same ones. As for the relative weaknesses, there are 11 absolute, but it should pick out the lowest 5.

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Picking 5 highest/lowest numbers from a list

    So since you ranked them, you can use that column...

    In H2: =IF(C2<=5,A2,".")

    and in I2: =IF(C2>=LARGE($C$2:$C$25,5),A2,".")

    copied down.

  5. #5
    Registered User
    Join Date
    07-17-2009
    Location
    Edmonton, Canada
    MS-Off Ver
    Excel 2007
    Posts
    27

    Re: Picking 5 highest/lowest numbers from a list

    YES!

    you did it. Thank you so much for the help, and not making me feel like a complete idiot. I knew I ranked them for a reason. Thank you so so much!

+ 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