Football Playoff Summary

Richard2542

Board Regular
Joined
Apr 27, 2017
Messages
102
Office Version
  1. 365
  2. 2013
Please review the below Instructional Notes to grasp an understanding as to how the Confidence Points are used.

Open the attached file: At the bottom of the sheet you will see a section that is titled Point Values Not Used; in addition, above this section you will see a section titled Points Used. The Points Used section uses the Players selection for winning the game along with the Confidence Points associated with that game. If the player's team wins, the Confidence points are added to the Player's total points; since the confidence point selection can only be used once, I need to develope a non VBA solution for showing the exact point(s) remaining. I tried using the INDEX and Match function as shown in cell E66; obviously, I dont have the formula correct, etc.

I would appreciate a solution that I could be used to show each Player's remaining Points; e.g. Player 1 has the following remaining points:
1, 12, 13

Instructional Notes:
Each player is required to select a Confidence Level (1 - 13) points per game. The Confidence Level number may only be used 1 time throughout the playoffs and
Super Bowl. The Confidence Level points are only awarded for a win (max points = 91). The key to winning the pool is the total amount of Confidence Level Points,
not the number of Wins. Total points scored in the Super Bowl will be used to resolve ties, e.g., Player 1 & 2 are tied, Player 1 goes over and Player 2 is under,
therefore Player 1 is in 2nd place and Player 2 is in 1st place. If both players are over, the closest Player to the Super Bowel score is 1st.
 

Attachments

  • Screenshot 2024-01-25 121115.png
    Screenshot 2024-01-25 121115.png
    67.3 KB · Views: 34
try this in E66 =IFERROR(IF(MATCH($E$65,B52:N52,0),"",$E$65),$E$65)
 
Upvote 0
Solution

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
thank you for the feedback, glad it worked out for you
 
Upvote 0

Forum statistics

Threads
1,215,092
Messages
6,123,063
Members
449,090
Latest member
fragment

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top