G
Guest
is it possible to display the number of times a specifc word appears in a cell or worksheet??
-----Original Message-----
Hi Jim
If A1 is the cell which contains 0 - n of your words and A2 stores this
word try
=(LEN(A1)-LEN(SUBSTITUTE(A1,A2,"")))/LEN(A2)
to get the number the word/substring appears in cell A1
--
Regards
Frank Kabel
Frankfurt, Germany
.