I want to reference the number of times a dept number is listed (on an adjacent tab) by its variable "CIP" and return that count on the current tab.
The below formula is my attempt but it returns "0" (even when entered as an array)
=SUMPRODUCT(IF(BA04_Emps!$C$2:$C$132=A45,IF(BA04_Emps!$F$2:$F$132="CIP",)))
Much appreciation for any help on this!
The below formula is my attempt but it returns "0" (even when entered as an array)
=SUMPRODUCT(IF(BA04_Emps!$C$2:$C$132=A45,IF(BA04_Emps!$F$2:$F$132="CIP",)))
Much appreciation for any help on this!