R
Rune
How do you count rows from criterias in two columns where the criteri
shall be OR? I.e. something lik
SUMPRODUCT(('[jisses.xls]Requirements'!$E$2:$E$10000="Car")+('[jisses.xls]Requirements'!$F$2:$F$10000="Car"))
but where you get a count on number of rows where either (both column
are = Car) or (any of the columns are = Car)?
shall be OR? I.e. something lik
SUMPRODUCT(('[jisses.xls]Requirements'!$E$2:$E$10000="Car")+('[jisses.xls]Requirements'!$F$2:$F$10000="Car"))
but where you get a count on number of rows where either (both column
are = Car) or (any of the columns are = Car)?