E
Edge118
Hi, I am using the SUMPRODUCT function to count cells, but I have
problem...
=SUMPRODUCT((Description!B2:B11=A3) * (Description!A2:A11=$B$1))
As you can see I use Description!B2:B11 because my data range is o
another worksheet. The problem I run into is, the table of data is no
going to be one length and it will change regularly as new data i
entered, and I find that when I change the range to include empty cell
it gives me #N/A.
(Example: =SUMPRODUCT((Description!B2:B12=A3)
(Description!A2:A11=$B$1)) will result in "#N/A" since cell B12 i
empty)
What I want to be able to do is make the range the entire B column, an
not get the "#N/A" error message in the result cell. Is there anywa
to accomplish this?
Thanks for your help.
R
problem...
=SUMPRODUCT((Description!B2:B11=A3) * (Description!A2:A11=$B$1))
As you can see I use Description!B2:B11 because my data range is o
another worksheet. The problem I run into is, the table of data is no
going to be one length and it will change regularly as new data i
entered, and I find that when I change the range to include empty cell
it gives me #N/A.
(Example: =SUMPRODUCT((Description!B2:B12=A3)
(Description!A2:A11=$B$1)) will result in "#N/A" since cell B12 i
empty)
What I want to be able to do is make the range the entire B column, an
not get the "#N/A" error message in the result cell. Is there anywa
to accomplish this?
Thanks for your help.
R