• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Counting across ranges across multiple sheets

JDC8457

Member
I have a formula that works well for counting one value (K3) across a range (F4:F16) within multiple sheets.

=SUMPRODUCT(COUNTIF(INDIRECT("'"&$A$3:$A$6&"'!f4:f16"),k3))

I'm counting the number of students (in this example, 2) who have applied to a given college (in this example, the University of MN). However, I'd like to modify my formula so that it finds the college but also counts the 5 different Application Status's for the students applying at the college: Accepted, Enrolled, Incomplete, Denied, Applied. The total number of applicants should be equal to the number of different application status'.

Query By College App Status Count
College Name --> University of Minnesota - Twin Cities ACC 2
DND
ENR
INC
APP

Thanks in advance.
 
Upload sample workbook with your current set up please. Along with some manually inputted expected output.
 
I would expect to see a value of 1 in cell G3 and G7 on the Totals tab.

My formula works fine for counting the number of colleges on the tabs, but I cannot determine how to count the different app status for each college.

thanks!
 

Attachments

  • SPCPA example.xls
    62.5 KB · Views: 9
Back
Top