I need a formula which will:
Count the 1s in a column found using an index/match combination IF they meet two preconditions.
Something like:
COUNTIF(INDEX A2:BEB6000,0,MATCH("Bund"&"*",A2:BEB6000,0))
IF A2:A6000 = 0
AND IF (INDEX A2:BEB6000,0,MATCH("Q3"&"*"&"Bund"&"*",A2:BEB6000,1))
I have also tried SUMPRODUCT, COUNTIFS and IF+IF+IF...C+S+E variations to no avail. I just can't seem to get all the commas and components in the right places.
Count the 1s in a column found using an index/match combination IF they meet two preconditions.
Something like:
COUNTIF(INDEX A2:BEB6000,0,MATCH("Bund"&"*",A2:BEB6000,0))
IF A2:A6000 = 0
AND IF (INDEX A2:BEB6000,0,MATCH("Q3"&"*"&"Bund"&"*",A2:BEB6000,1))
I have also tried SUMPRODUCT, COUNTIFS and IF+IF+IF...C+S+E variations to no avail. I just can't seem to get all the commas and components in the right places.