Good evening
I am trying to apply a COUNTIFS statement so that I can search through a range of sheets to confirm that criteria is met in column B and column Q then count. I have written the following and it returns 0 even though I know there are serials that match the criteria. Have I missed something in the following formula? Thanks very much!
I am trying to apply a COUNTIFS statement so that I can search through a range of sheets to confirm that criteria is met in column B and column Q then count. I have written the following and it returns 0 even though I know there are serials that match the criteria. Have I missed something in the following formula? Thanks very much!
Code:
=SUMPRODUCT(COUNTIFS(INDIRECT("'"&$B$51:$B$67&"'!$B:$B"),D$44,(INDIRECT("'"&$B$51:$B$67&"'!$Q:$Q")),{"Future on Track";"Completed"}))