Thread: Function help
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Function help

Assuming your Yes/No is in column A, try this:

=COUNTIF(A:A,"No")

Hope this helps.

Pete

On Apr 9, 10:27*am, 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