Using Countif with multiple criteria

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

it sounds as though you have some "#N/A" in some of the cells.
If the arrays were a different size you would get a "#Value" not an #N/A
yoou might need to change your formula to eliminate any errors from the
calculations.
 
I have a workbook that I need to count occurances of a cell value based on
multiple criteria --i.e. the count is valid only if all criteria is met. I
have tried to use sumproduct, but I get a #N/A result, but I know that the
arrays are of the same length. The only thing that I suspect is that the
arrays are sparse --i.e. not evey value is present. How can I count the
number of occurances in this example?
 
#N/A normally occurs if the arrays are different sizes, or the data contains
#N/A. Post your formula and some data.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top