Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Is it possible to count the amount of cells with a specific text? For instance, if I have three cells with the code 'RTT', is it possible to count that there are three cells containing 'RTT'? Thanks a lot in advance! Marieke |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try it like this...
=COUNTIF(A1:A10,"RTT") Or, use a cell to hold the criteria: C1 = RTT =COUNTIF(A1:A10,C1) Adjust the range to suit. -- Biff Microsoft Excel MVP "mariekek5" wrote in message ... Hi, Is it possible to count the amount of cells with a specific text? For instance, if I have three cells with the code 'RTT', is it possible to count that there are three cells containing 'RTT'? Thanks a lot in advance! Marieke |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Find (CTRL+F) will return the number of cell containing the search term
mariekek5 wrote: Hi, Is it possible to count the amount of cells with a specific text? For instance, if I have three cells with the code 'RTT', is it possible to count that there are three cells containing 'RTT'? Thanks a lot in advance! Marieke |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Like this maybe =COUNTIF(A1:A10,"rtt") -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "mariekek5" wrote: Hi, Is it possible to count the amount of cells with a specific text? For instance, if I have three cells with the code 'RTT', is it possible to count that there are three cells containing 'RTT'? Thanks a lot in advance! Marieke |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif - problem counting text, other text | Excel Worksheet Functions | |||
counting a text value based on another text value. | Excel Discussion (Misc queries) | |||
Counting a mixed text/number column based on text in another colum | Excel Discussion (Misc queries) | |||
Text Counting | Excel Discussion (Misc queries) | |||
Counting Occurrence of Text within Text in Cells in Range. | Excel Worksheet Functions |