multifidus
New Member
- Joined
- Feb 2, 2023
- Messages
- 14
- Office Version
- 365
- Platform
- MacOS
I have been working on a statistics model for NBA players, where I track how well they do each day based on a specific number (do they score more or less than X points, rebounds, assists, etc.). I am trying to build a single spreadsheet that can reference each day that a player played and count the number of "wins" (above the X value) and "losses" (below the X value). Note, that I go into the sheet each day and write a "W" or a "L" if they won or loss compared to the X value. COUNTIFS does not work for this instance as each day's spreadsheet has to be open in order to reference their wins and losses. I am tracking multiple players in the same sheet each day so I cannot utilize the =SUM(IF alternative (as far as I can tell).
In essence, I have my main tracking sheet with all the players listed. I would like the formula to check each day's spreadsheet to see if that player is listed, if so, then see if they won or loss compared to the X points value and that would then +1 to the main reference sheet under "wins" for that player or if they did not beat that value that day it would then +1 to the main reference sheet under "loss" for that player.
Are there any other alternatives that I could potentially use to do this without having all of the workbooks open?
Thank you for reading!
In essence, I have my main tracking sheet with all the players listed. I would like the formula to check each day's spreadsheet to see if that player is listed, if so, then see if they won or loss compared to the X points value and that would then +1 to the main reference sheet under "wins" for that player or if they did not beat that value that day it would then +1 to the main reference sheet under "loss" for that player.
Are there any other alternatives that I could potentially use to do this without having all of the workbooks open?
Thank you for reading!