Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am working in Excel 2003 and would like to enter a formula counting the
number of times a specific word (sometimes in a sentence) appears in a range of cells. Does somebody know how ? Thank you ! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
try =COUNTIF(A10:A13,"aa*") replace aa for the word you are looking for and change the range to fit your needs if this helps please click yes thanks "Stehy" wrote: I am working in Excel 2003 and would like to enter a formula counting the number of times a specific word (sometimes in a sentence) appears in a range of cells. Does somebody know how ? Thank you ! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Try this but note it isn't bullet proof. For example I set it up to look for 'word' and it will pick up all instances of that string in the range including if it appears twice or more in a cell. Where it is weak is it will also count. Wordy, words etc =SUMPRODUCT((LEN(A1:A10)-(LEN(SUBSTITUTE(A1:A10,"word",""))))/LEN("word")) Mike "Stehy" wrote: I am working in Excel 2003 and would like to enter a formula counting the number of times a specific word (sometimes in a sentence) appears in a range of cells. Does somebody know how ? Thank you ! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Worked Like a champ!!! Thankyou very much!!! I wish I had came here 2 hours
ago!!! "Eduardo" wrote: Hi, try =COUNTIF(A10:A13,"aa*") replace aa for the word you are looking for and change the range to fit your needs if this helps please click yes thanks "Stehy" wrote: I am working in Excel 2003 and would like to enter a formula counting the number of times a specific word (sometimes in a sentence) appears in a range of cells. Does somebody know how ? Thank you ! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count first occurance of text | Excel Worksheet Functions | |||
Count occurance of a leter in a text string | Excel Worksheet Functions | |||
Count Occurance of Text/Word in a Range | Excel Discussion (Misc queries) | |||
Count Occurance | Excel Worksheet Functions | |||
Find last occurance of text in range | Excel Worksheet Functions |