Consulting

Results 1 to 3 of 3

Thread: Solved: Ranking Data in List

  1. #1

    Solved: Ranking Data in List

    Attached is a condensed version of my workbook (columns B & C). I then inserted column A to rank the employees. From there, I have the Top 10 and Bottom 10 Performers tables.

    In the Top 10 and Bottom 10 tables, I would like to omit names that have a comma followed by a title.

    For instance, in the Top 10 table, "Employee 18,SUPERVISOR" and "Employee 43,VP" would be skipped and replaced by the next one down, yielding to the table in L5:M14.

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    =OFFSET(B$2,MATCH(SMALL(IF((NOT(ISNUMBER(FIND(",",$B$2:$B$4331))))*($A$2:$A $4331<>""),$A$2:$A$4331,FALSE),ROW()-ROW($H$5)+1),$A$2:$A$4331,0)-1,0)

    as an array formula
    ____________________________________________
    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

  3. #3
    Thank you Bob.

Posting Permissions

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