View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Excel= can I count how many times letter a appears in 1 cell?

=LEN(A1)-LEN(SUBSTITUTE(A1,"a",""))
--
David Biddulph

"Jack D" <Jack wrote in message
...
in cell a1 is the following sentence - A cat ran up a tree. Is there a
formula to find how many times the letter "a" is in cell A1?