N
nathan.grant
Hello,
I am trying to use SUMPRODUCT in a formula in order to sum a specific range when I filter the data.
Unlike my SUMIF function, SUMPRODUCT is counting text labeled "Unknown" in my range.
How do I get it to stop doing that? I tried ISNUMBER, but I keep getting an error, indicating that I am not getting it quite right in relation to the syntax.
Is there another way to solve the problem?
Here is the formula: SUMPRODUCT(--(C3:C38241>=25),SUBTOTAL(109,OFFSET(H3:H38241,ROW(H3:H38241)-MIN(ROW(H3:H38241)),0,1)))
I am trying to use SUMPRODUCT in a formula in order to sum a specific range when I filter the data.
Unlike my SUMIF function, SUMPRODUCT is counting text labeled "Unknown" in my range.
How do I get it to stop doing that? I tried ISNUMBER, but I keep getting an error, indicating that I am not getting it quite right in relation to the syntax.
Is there another way to solve the problem?
Here is the formula: SUMPRODUCT(--(C3:C38241>=25),SUBTOTAL(109,OFFSET(H3:H38241,ROW(H3:H38241)-MIN(ROW(H3:H38241)),0,1)))