INDEX MATCH with COUNTIF?

Tomeegee

New Member
Joined
Mar 9, 2021
Messages
30
Office Version
  1. 365
Platform
  1. MacOS
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?
 
Glad to help & thanks for the feedback.
 
Upvote 0

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.

Forum statistics

Threads
1,215,742
Messages
6,126,611
Members
449,321
Latest member
syzer

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