+ Reply to Thread
Results 1 to 2 of 2

Need a ranking value in a column to top out at 7. Even though there are 15 numbers in the

  1. #1
    Registered User
    Join Date
    11-01-2013
    Location
    Olympia, Washington
    MS-Off Ver
    Excel 2007
    Posts
    37

    Need a ranking value in a column to top out at 7. Even though there are 15 numbers in the

    Hello,

    Looking for assistance with a value rating of ranked numbers in a column.

    Book 2 attached.

    I have in this case 10 numbers in a column B (can be as high as 15)

    54
    46
    68
    48
    59
    64
    34
    42
    58
    67

    In column C I have this formula to rank the values: =IF(B1="","",(RANK(B1,$B$1:$B$15)))

    so now it looks like this ...

    54 -- 06
    46 -- 08
    68 -- 01
    48 -- 07
    59 -- 04
    64 -- 03
    34 -- 10
    42 -- 09
    58 -- 05
    67 -- 02

    I am looking at allowing a maximum value in column C to be 7.

    What formula would I use to make this happen?

    Thank you for your help with this issue,
    Leonard
    Attached Files Attached Files
    Last edited by Securitysports; 11-04-2013 at 01:01 AM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Need a ranking value in a column to top out at 7. Even though there are 15 numbers in

    =if(b1="","",min(rank(b1,$b$1:$b$15),7))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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] Ranking numbers in a column from largest to smallest.
    By Securitysports in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-04-2013, 04:46 AM
  2. [SOLVED] Ranking up to 15 numbers in column D Ranking skips 7 with a tie at 6 and 2
    By Securitysports in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-03-2013, 07:11 AM
  3. [SOLVED] Ranking numbers in a column from 1 to 15 then stating the rank in another column
    By Securitysports in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 11-02-2013, 02:09 AM
  4. ranking numbers below zero before above zero
    By vedek73 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-15-2012, 12:46 AM
  5. ranking numbers in a column between 2 words
    By jamiepullen in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-02-2008, 11:04 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