countif

A

acw

Frank

If you just want to count the number of yes or no, then
=COUNTIF(B2:B10,"yes") or =COUNTIF(B2:B10,"no") will
suffice.

However, if you want to match the name and action try the
SUMPRODUCT.
=SUMPRODUCT(($A$2:$A$10=A2)*($B$2:$B$10="yes")) will count
for the yes.


Tony
 

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

Top