Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "JGreg7" wrote in message ... Thank you all for your help with this - I appreciate it. -- Thank you, John Gregory "T. Valko" wrote: Try this... =LEN(A1)-LEN(SUBSTITUTE(A1,"A","")) Note that this is case sensitive. If A1 = aBC123ABC the formula will return 1. Only the upper case "A" is being counted. Likewise, if the formula was: =LEN(A1)-LEN(SUBSTITUTE(A1,"a","")) Then in this case only the lower case "a" will be counted. If you want to ignore case then try this version: =LEN(A1)-LEN(SUBSTITUTE(UPPER(A1),UPPER("A"),"")) That will count both lower and upper case "a" or "A". -- Biff Microsoft Excel MVP "JGreg7" wrote in message ... Is there a way to count the number of times a specific character occurs in a specific cell? For example, if cell A1 has "ABC123ABC" and I wanted to count the number of occurances that "A" showed up, and wanted the out put to be in B1. In this example the desired result would equal "2". -- Thank you, John Gregory . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I set a maximum characters in a specific cell | Excel Discussion (Misc queries) | |||
how do I set a maximum characters in a specific cell | Excel Discussion (Misc queries) | |||
Counting specific characters in a cell | Excel Discussion (Misc queries) | |||
How to remove characters in a cell that precede a specific hyphen | Excel Discussion (Misc queries) | |||
how do I highlite text within a cell (specific characters) | Excel Discussion (Misc queries) |