What I'm trying to do is combine INDEX and MATCH along with COUNTIF and not having an easy time of it.
In the full worksheet, Column B extends down 16 players. For each players performance, I want a formula that will Count the number of Eagles, Birdies, and Albratrosses achieved either "naturally" or "with handicap." You can see the values for those in P3:Q13. There's a basic COUNTIF formula currently in O6:T:6. You can see Player 6 scored 2 birdies with handicap, 1 eagle with handicap, and 1 albatross with handicap.
What I want to do is use an INDEX MATCH with the COUNTIF to match O3 to Column B, and then COUNTIF 13 rows below the name (Eagles, Birdies). So I can change Player 6 to Player 3 and the COUNTIF we deliver results from Row 33 and so on and so forth.
I've included a formula I was trying to use =INDEX(B1:B324,MATCH(O3,$B$1:$B$324,0)+13,COUNTIF($C1:$K322,Q11)) with no successs. How far off am I?
In the full worksheet, Column B extends down 16 players. For each players performance, I want a formula that will Count the number of Eagles, Birdies, and Albratrosses achieved either "naturally" or "with handicap." You can see the values for those in P3:Q13. There's a basic COUNTIF formula currently in O6:T:6. You can see Player 6 scored 2 birdies with handicap, 1 eagle with handicap, and 1 albatross with handicap.
What I want to do is use an INDEX MATCH with the COUNTIF to match O3 to Column B, and then COUNTIF 13 rows below the name (Eagles, Birdies). So I can change Player 6 to Player 3 and the COUNTIF we deliver results from Row 33 and so on and so forth.
I've included a formula I was trying to use =INDEX(B1:B324,MATCH(O3,$B$1:$B$324,0)+13,COUNTIF($C1:$K322,Q11)) with no successs. How far off am I?