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...