+ Reply to Thread
Results 1 to 3 of 3

Need help with a choose from a list formula

Hybrid View

  1. #1
    Registered User
    Join Date
    10-03-2014
    Location
    USA
    MS-Off Ver
    MS Office 2013
    Posts
    7

    Need help with a choose from a list formula

    Hello,
    For a soccer league I'm making a statistics spreadsheet.

    For a top scorer for each team stat, I have a list of all of the scorers and their clubs with the amount of goals scored.

    Column A Column B Column C
    Player # Goals Club


    Is there any way to make a formula that will sort through the data and get the player from each club with the most goals and place it into another cell?

    Thanks,
    afe5026

    sorry about formatting with the columns - can't fix it

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,930

    Re: Need help with a choose from a list formula

    Have a look at the link below. There are several ways of accomplishing a "MAXIF" (a function Excel sadly doesn't have) that you can adapt for your need.
    It's hard to provide a more specific answer without seeing your workbook.

    http://www.excelforum.com/tips-and-t...y-formula.html

    BSB.

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,699

    Re: Need help with a choose from a list formula

    Here's one way to do that...

    Assume you have a list of all clubs in E2 down, then in G2 use this formula for the largest number of goals scored by a player from that club

    =MAX(IF(C$2:C$1000=E2,B$2:B$1000))

    confirm with CTRL+SHIFT+ENTER

    ....and in F2

    =INDEX(A$2:A$1000,MATCH(1,(B$2:B$1000=G2)*(C$2:C$1000=E2),0))

    also confirmed with CTRL+SHIFT+ENTER

    copy both formulas down the columns

    Note: if there is a tie at any club this will pick only the first player listed for that club with the max number of goals
    Audere est facere

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Formula help to choose lowest cost from multiple vendors and then choose vendor
    By roland_arv in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-27-2013, 07:48 PM
  2. formula to choose list
    By bloo7997 in forum Excel General
    Replies: 1
    Last Post: 10-26-2012, 12:52 PM
  3. Replies: 14
    Last Post: 01-23-2012, 08:37 AM
  4. Replies: 1
    Last Post: 05-17-2011, 08:44 PM
  5. Formula: Drop Down List -> Choose Option Finds Cells & Replace Cells with Cells
    By g00glethis1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-14-2010, 01:10 PM

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