countif function

G

Guest

I have a spreadsheet that has a drop down list with 5 names in it, on another
sheet I want to do statistics and in a15 on the statistics sheet I want to
count how many in the column the drop down list is no matter whose name it on
it. do i make sense???
 
B

Bernard Liengme

=COUNTIF(Sheet1!A1:A2,"Hanna")
or
in A1 enter Hanna
=COUNTIF(Sheet1!A1:A2,A1)
 

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