Counting the Number of Players According to Their Score in a Particular Quarter

Problem:

Finding the number of players (column A) who scored over 3 points (column C) in the first quarter (column B).

Solution:

Use the SUMPRODUCT function as shown in the following formula:
=SUMPRODUCT((B2:B17=F2)*(C2:C17>F3))
Screenshot // Counting the Number of Players According to Their Score in a Particular Quarter
Counting the Number of Players According to Their Score in a Particular Quarter

Leave a Reply

Your email address will not be published. Required fields are marked *

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.