S SteveG May 11, 2006 #2 Wiley, If your string is in A1 and you are trying to count the occurences of the letter "a" then: =LEN(A1)-LEN(SUBSTITUTE(A1,"a","")) HTH Steve
Wiley, If your string is in A1 and you are trying to count the occurences of the letter "a" then: =LEN(A1)-LEN(SUBSTITUTE(A1,"a","")) HTH Steve
S SteveG May 11, 2006 #3 Wiley, If your string is in A1 and you are trying to count the occurences of the letter "a" then: =LEN(A1)-LEN(SUBSTITUTE(A1,"a","")) HTH Steve
Wiley, If your string is in A1 and you are trying to count the occurences of the letter "a" then: =LEN(A1)-LEN(SUBSTITUTE(A1,"a","")) HTH Steve
B Bob Phillips May 11, 2006 #4 See other post. -- HTH Bob Phillips (remove xxx from email address if mailing direct)