Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Sat, 23 Aug 2008 13:00:01 -0700, Rich (no
spam) wrote: 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 Try this formula: =SUMPRODUCT(--(MID(A1,ROW(1:100),1)="x")) where "x" is the character and A1 is the cell you are investigating. Change the 100 if your data is longer than 100 characters. Hope this helps / Lars-Åke |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count for the same serial of characters | Excel Worksheet Functions | |||
Count Characters in a cell | Excel Discussion (Misc queries) | |||
Macros to count characters | Excel Discussion (Misc queries) | |||
Count characters within a string | Excel Worksheet Functions | |||
Count Characters | Excel Worksheet Functions |