Counting multiple cells using a criteria

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

Guest

I am trying to count the number of times "c" appears in a column but I need
to limit the count using a second criteria found in another column
 
Try something like this...

=SUMPRODUCT(--(A1:A100="c"),--(B1:B100="x"))

If 'x' is a number, remove the quotes.

Hope this helps!
 

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

Similar Threads


Back
Top