Countif

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

Guest

Hi,
I want to be able to count say "dog" if listed in one column if a "tick" or
yes/no value is entered into a second column in the same row position. i.e.
if the customer is "a" and we met delivery, so "yes" on the same line, count
1.

Thanks,
Sean.
 
=SUMPRODUCT(--(A2:A100="dog"),--(B2:B100="yes"))

Replace the hardcoded values with cells where you put the criteria

Regards,

Peo Sjoblom
 

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