Counting Formula

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

Guest

I have a series of cells (B14..B17) that either say Yes or No. I want to
total up the Yes's to tell me how many of them there are. Can anyone tell me
a formula for that?
 
Use the COUNTIF function:

=COUNTIF(A1:A11,"=Yes")

Change the A1:A11 to match the range you need to count.
 

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

Leave Blank if No Value 5
Formula Cell color limitation 7
problem of an empty cell 5
Sumif formula 4
If Statements 1
Help with Formula... 1
Time clock total issue 1
using cell reference in a formula 4

Back
Top