ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Searching for text & counting how many times it appears (https://www.excelbanter.com/excel-worksheet-functions/110110-searching-text-counting-how-many-times-appears.html)

smck

Searching for text & counting how many times it appears
 
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

Dave F

Searching for text & counting how many times it appears
 
=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


Biff

Searching for text & counting how many times it appears
 
Think you meant COUNTIF.

Biff

"Dave F" wrote in message
...
=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




smck

Searching for text & counting how many times it appears
 
Thank you so much Biff. COUNTIF works better than COUNTA. The only addition I
added to that formula was the asterisk wildcard e.g. "AJAA*" because I wanted
Excel to count the occurrence even if there were other words in the cell.
When I did not have the wildcard, only the cells with that specific data was
counted.

"Biff" wrote:

Think you meant COUNTIF.

Biff

"Dave F" wrote in message
...
=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





smck

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


Dave F

Searching for text & counting how many times it appears
 
Yeah I meant COUNTIF. Sorry.
--
Brevity is the soul of wit.


"smck" wrote:

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



All times are GMT +1. The time now is 05:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com