Function IF or COUNTIF

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

Guest

Hi, I am trying to count the number of 'YES' in a column and the number of
'No' in another column. I cannot work out the function to do this! I would
like to add a function at the bottom of the page somewhere which will
automatically count as responses are entered - can anyone help with this?
 
Try this:

=COUNTIF(A1:A100,"Yes")

=COUNTIF(B1:B100,"No")

assuning you are looking for Yes's in column A and No's in column B.
Adjust the ranges to suit.

Hope this helps.

Pete
 
JBee said:
Hi, I am trying to count the number of 'YES' in a column and the number of
'No' in another column. I cannot work out the function to do this! I would
like to add a function at the bottom of the page somewhere which will
automatically count as responses are entered - can anyone help with this?

Thank you! Perfect.
 

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