Consulting

Results 1 to 3 of 3

Thread: Unique Rank Question

  1. #1
    VBAX Regular
    Joined
    May 2009
    Posts
    76
    Location

    Post Unique Rank Question

    I'm trying to Rank a list and than re-rank the list while excluding certain (or by Criteria) itemsVendor Co Cost Fee RankVertox 500 4BV 1520 3A&S 3057 2ISA 5000 1GCC 250 5GSI 147 6 Excluded Vendors ISA A&S Vendor Co Cost Fee RankBV 1520 1Vertox 500 2GCC 250 3GSI 147 4

  2. #2
    VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    1003, you'll have to formulate the question and criteria better.

    also, what do you mean by "Rank a list?"
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  3. #3
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Assuming that the items to be not ranked are in a named range called exclusions, this array formula should do it

    =IF(ISNUMBER(MATCH(A2,exclusions,0)),"",SUM(--(B2<IF(NOT(ISNUMBER(MATCH($A$2:$A$7,exclusions,0))),$B$2:$B$7,0)))+1)
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •