I have data on different sheets.
Names of the sheets at a4-a9
Sheet1
Sheet2
sheet3
In column C contain "name of bank" and in column L contain status (case closed, case open).
Example: I want to count for 'bankA' with status 'case open' across all sheet.
below is the formula I'm using but failed. Please help!
=SUMPRODUCT(COUNTIFS(INDIRECT("'"&$A$4:$A$9&"'!C:C"),"bankA",INDIRECT("'"&$A$4:$A$9&"'!L:L"),"Case Open"))