Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
To explain here is an example of the columns i have:
THC will not Span Nox will not Span THC fails AVU THC will not Span I would like to be able to count how many times the phrase "THC" is mentioned over the course of hundreds of data entry columns? With this example i would look to have the answer of 3. Please can anyone help. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTIF(A:A,"*THC*")
-- Regards! Stefi €˛Chris Eaton€¯ ezt Ć*rta: To explain here is an example of the columns i have: THC will not Span Nox will not Span THC fails AVU THC will not Span I would like to be able to count how many times the phrase "THC" is mentioned over the course of hundreds of data entry columns? With this example i would look to have the answer of 3. Please can anyone help. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you are looking for exact match THC (in caps) then try the below formula.
Apply the formula using Ctrl+Shift+Enter instead of Enter =COUNT(FIND("THC ",A1:A100)) -- Jacob "Chris Eaton" wrote: To explain here is an example of the columns i have: THC will not Span Nox will not Span THC fails AVU THC will not Span I would like to be able to count how many times the phrase "THC" is mentioned over the course of hundreds of data entry columns? With this example i would look to have the answer of 3. Please can anyone help. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Occurance of Text/Word in a Range | Excel Discussion (Misc queries) | |||
count number of occurances of a word in a range | Excel Worksheet Functions | |||
How to count dates within a certain range in a column with mutiple date range entries | Excel Worksheet Functions | |||
how do I count the number of times a word is repeated in a range? | Excel Discussion (Misc queries) | |||
count no. of entries in range for a day | Excel Worksheet Functions |