View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default To count an alphabet in a cell

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

--

HTH

RP

"Rajesh Kamath" wrote in message
...
Hi,

Can someone help me,

my issue is, if for example there is text entered in one cell like
"aabcd" .I want to count the number time "a" appearing in the cell.

Thanks

Rajesh Kamath