HI.
How come I get a “div/0” error with the following formula as there’s no division?
SUMPRODUCT(B1:B10=A1, C1:C10=“EX”,S1:S10,Z1:Z10)
Basically, I’m trying to sum the products of S(1→10)*Z(1→10) only if the values in the column B are the same as the value in A1 and the value in column C are “EX”. Each column may contain a number, text or nothing.
Regardless, I’m puzzled by the “div/0” error.