G Guest Feb 24, 2005 #1 I am trying find out a number that a specific word appears in a single worksheet, is there an excell function that can do that?
I am trying find out a number that a specific word appears in a single worksheet, is there an excell function that can do that?
H Harlan Grove Feb 24, 2005 #2 Artem wrote... I am trying find out a number that a specific word appears in a single Click to expand... worksheet, is there an excell function that can do that? Click to expand... =SUMPRODUCT((LEN(A1:Z1000)-LEN(SUBSTITUTE(A1:Z1000,YourWord,""))) /LEN(YourWord))
Artem wrote... I am trying find out a number that a specific word appears in a single Click to expand... worksheet, is there an excell function that can do that? Click to expand... =SUMPRODUCT((LEN(A1:Z1000)-LEN(SUBSTITUTE(A1:Z1000,YourWord,""))) /LEN(YourWord))