View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
smck smck is offline
external usenet poster
 
Posts: 12
Default Searching for text & counting how many times it appears

Thanks for your response Dave however, COUNTIF worked better for my needs.


"Dave F" wrote:

=COUNTA([your range],[text you want to count, enclosed in quotation marks])

Example: =COUNTA(A1:A10000,"this is how you count the frequency of a text
string")

Dave
--
Brevity is the soul of wit.


"smck" wrote:

I import text from various data sources. Is there a function (or if anyone
has a macro) that will allow me to search the worksheet/workbook for a
specific text and print the number of times that text appears? The text may
not necessarily be in the same location at all times. It could also be
combined with other text in a cell e.g. "AJAA" or "AJAA text".

As always, your help is greatly appreciated.
Thanks