+ Reply to Thread
Results 1 to 5 of 5

Find first rank

Hybrid View

  1. #1
    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,049

    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

  2. #2
    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...

+ 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