Results 1 to 8 of 8

Rank/Vlookup? Question

Threaded View

  1. #4
    Valued Forum Contributor
    Join Date
    01-19-2012
    Location
    Barrington, IL
    MS-Off Ver
    Excel 2007/2010
    Posts
    1,211

    Re: Rank/Vlookup? Question

    Sorting as hoyasaxa215 suggested, or a Pivot table, would work much better I think.... This is probably overkill.

    Make the BOLD RED reference in this formula point to the rank number you are looking for (a cell that contains the number 1 for example would be rank 1)
    Make the BOLD BLUE number the total number of player names who are ranked
    Make the BOLD GREEN areas the range which contains the number of goals scored
    Make the BOLD BLACK area the list of player names

    Hold Control and Shift when you press Enter to input this formula properly. Start at Rank 1, and copy/drag the formula down.

    =INDEX($A$1:$A$7,SUM(ROW($1:$7)*(--($B$1:$B$7=LARGE($B$1:$B$7,A14)))))


    Alternately, if you don't want to have to put a 1, 2, 3 in the bold red, replace the bold red with ROW(1:1)
    =INDEX($A$1:$A$7,SUM(ROW($1:$7)*(--($B$1:$B$7=LARGE($B$1:$B$7,ROW(1:1))))))
    Last edited by Speshul; 07-25-2014 at 12:49 PM.
    You should hit F5, because chances are I've edited this post at least 5 times.
    Example of Array Formulas
    Quote Originally Posted by Jacc View Post
    Sorry, your description makes no sense. I just made some formula that looks interesting cause I had nothing else to do.
    Click the * below on any post that helped you.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Rank Question
    By Andrew in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-06-2005, 03:05 AM
  2. Rank Question
    By Andrew in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-30-2005, 12:09 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