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.
Bookmarks