Thread
:
count characters
View Single Post
#
3
Posted to microsoft.public.excel.misc
Sandy Mann
external usenet poster
Posts: 2,345
count characters
Count how many letters are missing which will be the number of occurrences
of that letter:
=LEN(A1)-LEN(SUBSTITUTE(A1,"a",""))
--
HTH
Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings
Replace @mailinator.com with @tiscali.co.uk
"Rich" (no spam) wrote in message
...
is their a formula to count how many times a character appears in on cell
thanks
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow
this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/comm...lic.excel.misc
Reply With Quote
Sandy Mann
View Public Profile
Find all posts by Sandy Mann