View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
rock rock is offline
external usenet poster
 
Posts: 22
Default Count number of rows with specific text

This is absolutely perfect! Thank you.

"Dave Peterson" wrote:

=countif(c:c,"push")
will count the number of cells in column C that have push in them.


Rock wrote:

I am using this formula to count the number of rows in Column C with text.

=SUMPRODUCT(((LEN(C4:C500)=4)+0)*(ISTEXT(C4:C500)) )

I need, instead, for this formula to count the number of rows in Column C
with specific text i.e. the text âœPUSHâ. Can you help?


--

Dave Peterson
.