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.
=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.