Count Function Question

helpme20

Board Regular
Joined
Aug 28, 2010
Messages
102
Results from an athletic contest with 12 schools.

If I have a spreadsheet with 4 columns.

Column A is Athlete's name.

Column B is School Name (Column has a named range of "School")

Column C is Place (1st thru 4th) (Column has a named range of "Place")

Column D is the division that the athlete is in. (there are 20 divisions).


After Listing Each of the 12 Schools name in Column H1 -H12, what is the count function in Excel to tell me how many 1st place finishers from that particular school for Column I1-I12?
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Excel 2003-, =SUMPRODUCT((School=H1)*(Place=1))

2007+, =COUNTIFS(School, H1, Place, 1)
 
Upvote 0

Forum statistics

Threads
1,224,506
Messages
6,179,158
Members
452,892
Latest member
yadavagiri

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