options/ Voting / Radio buttons counting

  • Thread starter Thread starter Gbarnes1
  • Start date Start date
G

Gbarnes1

How do I count voting buttons ? Im sending an questionaire via email and
have the need for rapidly counting the responses. Thanks in advance.
 
You could make sure each checkbox has an associated linked cell.

Say your linked cells were in A1:A10, you could use:

=countif(a1:a10,true)

to find the number of checked checkboxes.
 

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