View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel[_544_] joel[_544_] is offline
external usenet poster
 
Posts: 1
Default Count of text in cells


This should work where abc is you search string and A1:A100 is your
column

=SUMPRODUCT(--(ISERROR(FIND("abc",A1:A100))=FALSE))


Find will return an error if the string is not found. You want to count
the number of occurances that are NOT Errors


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=170383

Microsoft Office Help