View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Adding sum of "yes"

Try this:

=COUNTIF(A1:A100,"yes")

--
Biff
Microsoft Excel MVP


"JohnR" wrote in message
...
I have a survey with a number of "yes" "no" questions and trying to simply
add the number of "Yes" in a column. Any ideas?