+ Reply to Thread
Results 1 to 4 of 4

Formula to pick players on a fantasy golf team

  1. #1
    Registered User
    Join Date
    08-17-2012
    Location
    California, USA
    MS-Off Ver
    Excel 2010
    Posts
    9

    Formula to pick players on a fantasy golf team

    Hi, I'm running a fantasy golf league and looking for a formula to pick golfers on each team that will be accruing points. Each team has 8 golfers. I have a table with each team organized from their best golfer down to their worst 1-8. Not all golfers play each week. Whether they are playing is in another column - formula works. The formula I'm looking for will choose players to accrue points based on this criteria:
    • Max of 3 golfers
    • Choose if manually picked (in another column)
    • Highest ranked golfers chosen first

    You will see what I'm talking about in the attached spreadsheet. I'm not explaining it very well.

    Thanks!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    08-17-2012
    Location
    California, USA
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Formula to pick players on a fantasy golf team

    Have I stumped the community? Not possible. Please help. I tried to do this with Countifs, but it is "relational" I think and would require an array. I just don't get the array concept, please help.

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

    Re: Formula to pick players on a fantasy golf team

    Try this formula in G11 copied down

    =IF(F11="x","x",IF(AND(E11="x",COUNTIFS(C$10:C10,C11,G$10:G10,"x")+COUNTIFS(C:C,C11,F:F,"x")<3),"x",""))

    That works for your example but assumes that there will always be a maximum of 3 manual selections (is that the case - if not then what happens if there are more)? Also assumes that the team names are different for every set of 8 rows....is that the case?
    Audere est facere

  4. #4
    Registered User
    Join Date
    08-17-2012
    Location
    California, USA
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Formula to pick players on a fantasy golf team

    Thanks again daddy, it worked. To answer your question, yes, the team names are diff, so it did work perfectly.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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