OleMiss2010
Member
I am attempting to count the number of times one cell is greater than another cell across N number of sheets. The row that contains the number can be repeated many times within different sheets but is easily identifiable. My current equation is:
=SUMPRODUCT(COUNTIFS(INDIRECT("'"&SheetList&"'!B:B"),"Current:",INDIRECT("'"&SheetList&"'!D:D"),"Proposed:",INDIRECT("'"&SheetList&"'!C:C"),">"&INDIRECT("'"&SheetList&"'!F:F")))
It works until I add the third criteria range.
Any ideas as to what I'm doing wrong?
=SUMPRODUCT(COUNTIFS(INDIRECT("'"&SheetList&"'!B:B"),"Current:",INDIRECT("'"&SheetList&"'!D:D"),"Proposed:",INDIRECT("'"&SheetList&"'!C:C"),">"&INDIRECT("'"&SheetList&"'!F:F")))
It works until I add the third criteria range.
Any ideas as to what I'm doing wrong?