Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I want to count the number of times a specific character appears in a
range of cells. Lets say B4:C25. The character can be an alpha, number or a symbol. The character may or may not be in the cells. If the character is present in a cell it may or may not be the only character in the cell. If the character is present in a cell, with other characters, it may be positioned anywhere in the cell. In English what I want is a count of the number of cells that contain the & character in the range of cell B4 to C25. |
#2
![]() |
|||
|
|||
![]() Quote:
|
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
On Monday, September 3, 2012 9:37:41 PM UTC-4, trvlnmny wrote:
I want to count the number of times a specific character appears in a range of cells. Lets say B4:C25. The character can be an alpha, number or a symbol. The character may or may not be in the cells. If the character is present in a cell it may or may not be the only character in the cell. If the character is present in a cell, with other characters, it may be positioned anywhere in the cell. In English what I want is a count of the number of cells that contain the & character in the range of cell B4 to C25. Spencer, Thanks for your reply. Yes the character may appear more than once in a cell. |
#4
![]() |
|||
|
|||
![]() Quote:
This counts each and every instance of a given character, even if there are more than one in a cell. Or did you mean count the number of cells a given character appears in despite how many times in each? |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi,
Am Tue, 4 Sep 2012 06:14:55 -0700 (PDT) schrieb : Yes the character may appear more than once in a cell. try: =COUNTIF(B4:C25,"*&*") Regards Claus Busch -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula needed to SUM and COUNT in specific way | Excel Programming | |||
Count if ? formula needed! | Excel Discussion (Misc queries) | |||
More Help Needed with Count formula | Excel Worksheet Functions | |||
Count duplicates needed | Excel Programming | |||
A count function or macro needed | Excel Programming |