+ Reply to Thread
Results 1 to 3 of 3

** Fun ** NFL Playoff Pool - Outcome predition

  1. #1
    Registered User
    Join Date
    01-08-2014
    Location
    Wyoming
    MS-Off Ver
    Excel 2007, 2010, and 2013
    Posts
    2

    ** Fun ** NFL Playoff Pool - Outcome predition

    Greetings!

    I run a NFL Playoffs bracket pool, and would like to take my spreadsheet up a notch. I'm using nested If statements to calculate each players total points for the bracket. For example:

    =SUM((IF(B4=$B$2,7)),...,(IF(L4=$L$2,7)))

    Each correct pick (matching text) gives them an assigned point value. Those values are summed up, sortable, easy peasy.



    Now, what I'd like to do is calculate who the pool winner will be based on each of the remaining possible outcomes (128 total). In other words, if these 7 teams actually win the games being played, who will have the highest points total?

    I could manually enter the 7 correct picks for each outcome, then the next, etc., 128 times, but there must be a smarter way. But, I haven't been able to find another scenario equivalent to it online. I've already added all 128 possible outcomes to my spreadsheet, thinking that I could reference each scenario by row, then reference the cell that has the highest points total since it'd below to the same row as the Participant's name. But, that's where I'm stuck.

    Perhaps there's an alternative way of thinking this up.



    A sample file is attached. Thanks in advance for any and all assistance.
    Attached Files Attached Files

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

    Re: ** Fun ** NFL Playoff Pool - Outcome predition

    Hello Jimmyray,

    If you put this formula in V4

    =INDEX(A$4:A$9,MATCH(MAX(MMULT((F$4:L$9=O4:U4)*{10,10,10,10,15,15,22},{1;1;1;1;1;1;1})+M$4:M$9),MMULT((F$4:L$9=O4:U4)*{10,10,10,10,15,15,22},{1;1;1;1;1;1;1})+M$4:M$9,0))

    confirm with CTRL+SHIFT+ENTER and fill down the column that will give you the winner for each scenario - if there are ties you will just get the first name

    Note that if you add more results the formula will stop working...

    see attached
    Attached Files Attached Files
    Last edited by daddylonglegs; 01-08-2014 at 05:45 PM.
    Audere est facere

  3. #3
    Registered User
    Join Date
    01-08-2014
    Location
    Wyoming
    MS-Off Ver
    Excel 2007, 2010, and 2013
    Posts
    2

    Re: ** Fun ** NFL Playoff Pool - Outcome predition

    That worked perfectly. I expanded the formula and added more entries, and it worked perfectly. Didn't realize excel could do matrix multiplication. Awesome.

    So, with that, is there a way to determine if there is a tie for the Max values, and if so list those as well? Or, indicate that duplicate Max values exist? Then I'd know to process those scenarios manually.

+ 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. The Pool guy
    By poolguy in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 05-09-2013, 01:02 AM
  2. NFL Survivor Pool
    By amshane97 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2012, 09:03 AM
  3. Help running a pool
    By bj88 in forum Excel General
    Replies: 1
    Last Post: 12-16-2009, 11:18 PM
  4. Football pool
    By pats2306 in forum Excel General
    Replies: 1
    Last Post: 04-06-2006, 08:10 PM
  5. Golf Pool
    By FRR in forum Excel General
    Replies: 1
    Last Post: 05-07-2005, 02:07 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