Count the number of appearance within a cell
=SUM(LEN(A1)-LEN(SUBSTITUTE(A1,{"p","P"},"")))
"Lucy" wrote:
In cell A1, I put text "Apple"
How can I count the number of appearance of letter "p" within one cell?
I would like the answer come out as numeric "2"
Thanks.
|