View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Nishad Nishad is offline
external usenet poster
 
Posts: 3
Default count no of times a letter occurs in a text string

I would like to count the no of times a specific letter occurs in a text
string.
For eg if "My name is Amit" is in cell A1. I want to count the no of times
"m" occurs in A1, which is '3'. Plz help.