Thread: Function help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dennis dennis is offline
external usenet poster
 
Posts: 202
Default Function help

If your Yes or Nos are in column A then use a COUNTIF function

=COUNTIF(A1:A30,"No")

"TJ" wrote:

I have a column that displays 'Yes' or 'No' Text. Does anyone know a function
to calculate the number of cells containing 'No'?
Thanks in advance of any help offered