#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 62
Default counting text

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default counting text

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default counting text

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default counting text

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Countif - problem counting text, other text gmoore3055 Excel Worksheet Functions 1 February 4th 10 10:30 PM
counting a text value based on another text value. Rob K. Excel Discussion (Misc queries) 2 February 19th 09 04:26 AM
Counting a mixed text/number column based on text in another colum Sierra Vista Steve Excel Discussion (Misc queries) 3 December 17th 06 05:30 PM
Text Counting krs1040 Excel Discussion (Misc queries) 3 July 26th 06 12:22 AM
Counting Occurrence of Text within Text in Cells in Range. Jeremy N. Excel Worksheet Functions 1 September 8th 05 05:16 AM


All times are GMT +1. The time now is 10:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"