+ Reply to Thread
Results 1 to 5 of 5

Find first rank

  1. #1
    Registered User
    Join Date
    03-25-2013
    Location
    Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    21

    Find first rank

    How to find first rank without adding list of ranks

    Thank You
    Attached Files Attached Files

  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: Find first rank

    j2 = =MAX(C2:C11+D2:D11+E2:E11+F2:F11) array entered
    i2 = =INDEX(B2:B11,MATCH(J2,INDEX(C2:C11+D2:D11+E2:E11+F2:F11,0),0)) array entered
    match all tasks
    =INDEX(B2:B11,MATCH("1111",INDEX(--(C2:C11<>"")&--(D2:D11<>"")&--(E2:E11<>"")&--(F2:F11<>""),0),0))
    Last edited by martindwilson; 04-07-2013 at 12:39 PM.
    "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

  3. #3
    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,047

    Re: Find first rank

    what is your concern about adding another helper column? It can always be hidden, and a helper will make both finding the name AND the rank simple.

    a simple =SUM(C2:F2) in column G
    then in J2 =LARGE(G2:G11,1)
    and in I2 =INDEX($B$2:$G$11,MATCH(J2,$G$2:$G$11,0),1)
    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

  4. #4
    Registered User
    Join Date
    03-25-2013
    Location
    Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    21

    Re: Find first rank

    thank you FDibbins,
    About helper column, it is mostly no problem for me. At that time I had just got some data protected except unsufficient rows. Above all, you really helped...

  5. #5
    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,047

    Re: Find first rank

    Happy to help and thanks for the feedback

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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