I guess you want a count of each letter in the first column where the second
column is 1.
For the x's:
=SUMPRODUCT((A2:A12="x")*(B2:B12=1))
etc.
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.