ok so as you can see in the image, theres two tables
table on the left is the stat table for a given NFL player. (I hid all the stats for simplicity of viewing). The columns you see are player name, year, and week. The output i'd like to generate is "Snap %", which is the number of plays the given player played in a given game we are recalling based on the player, year and week columns.
the table on the right, is the table we are recalling snap %s from. the "number" headings represent a given week. 1 = Week 1 of the season, 2 = Week 2 of the season, etc, and the numbers underneath that are the Snap %s for the game that week.
An entire example would read.... If I wanted to know what % of the snaps Aaron Rodgers played in 2019 Week 2, it would be 99%.
Now, I know how to use INDEX MATCH formula, even with multiple criteria. The issue for me is, I don't know how to apply this formula in this specific situation because the output / result portion of the formula (if there was just a single week for snap %, it would be very easy), however, because the Weeks we are recalling can always change, it creates confusion for me.
Example:
variables:
player: Aaron Rodgers
year: 2019
OUTPUT snap %: [average snap % for season]
The above is easy
however, I need:
player: Aaron Rodgers
year: 2019
Snap % for week 1: [result]
player: Aaron Rodgers
year: 2019
Snap % for week 2: [another result]
This is confusing me and if you can help me I'd GREATLY appreciate it. Thank you!
table on the left is the stat table for a given NFL player. (I hid all the stats for simplicity of viewing). The columns you see are player name, year, and week. The output i'd like to generate is "Snap %", which is the number of plays the given player played in a given game we are recalling based on the player, year and week columns.
the table on the right, is the table we are recalling snap %s from. the "number" headings represent a given week. 1 = Week 1 of the season, 2 = Week 2 of the season, etc, and the numbers underneath that are the Snap %s for the game that week.
An entire example would read.... If I wanted to know what % of the snaps Aaron Rodgers played in 2019 Week 2, it would be 99%.
Now, I know how to use INDEX MATCH formula, even with multiple criteria. The issue for me is, I don't know how to apply this formula in this specific situation because the output / result portion of the formula (if there was just a single week for snap %, it would be very easy), however, because the Weeks we are recalling can always change, it creates confusion for me.
Example:
variables:
player: Aaron Rodgers
year: 2019
OUTPUT snap %: [average snap % for season]
The above is easy
however, I need:
player: Aaron Rodgers
year: 2019
Snap % for week 1: [result]
player: Aaron Rodgers
year: 2019
Snap % for week 2: [another result]
This is confusing me and if you can help me I'd GREATLY appreciate it. Thank you!