austin350s10
Active Member
- Joined
- Jul 30, 2010
- Messages
- 321
Does anyone know how to use a countif formula in a table. I have a table in which I would like to total up all the occurrences of the word "yes" in one column and show it in the total row of that column. I have tried the following with no luck....any ideas what I'm doing wrong here?
=COUNTIF(SUBTOTAL(myTable,[myColumn]), "yes")
=COUNTIF([myColumn],"Yes")
=COUNTIF(SUBTOTAL(myTable,[myColumn]), "yes")
=COUNTIF([myColumn],"Yes")