Have a formula:
=SUMPRODUCT(COUNTIFS( INDIRECT("'"&$A$2&"'!$H$3:$H$99955"), $A$2 & UAT, INDIRECT("'"&$A$2&"'!$G$3:$G$99955"), $A$2 & Defect))
WHERE $A$2 refers to a dynamic value which serves as a prefix in the Defined Name naming convention.
Results being returned are not in agreement with the static search criteria.
Thoughts?
Thanks!
=SUMPRODUCT(COUNTIFS( INDIRECT("'"&$A$2&"'!$H$3:$H$99955"), $A$2 & UAT, INDIRECT("'"&$A$2&"'!$G$3:$G$99955"), $A$2 & Defect))
WHERE $A$2 refers to a dynamic value which serves as a prefix in the Defined Name naming convention.
Results being returned are not in agreement with the static search criteria.
Thoughts?
Thanks!