Thread: countif
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR
 
Posts: n/a
Default countif

=countif(D1:G4,"x")

Adjust range to suit.............

Vaya con Dios,
Chuck, CABGx3



"GVDLS" wrote:

I would like to count how many X's are in various cells within a worksheet.

Example: =countif(N8,S8,X8=X)

Thank you