View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre Ron Coderre is offline
external usenet poster
 
Posts: 1
Default Adding up rows of text


Try something like this...

To count the number of cells in A1:A100 that contain "MyText":
=COUNTIF(A1:A100,"MyText")

Note: COUNTIF is not case-sensitive.


Does that help?

Regards,

Ron


--
Ron Coderre
------------------------------------------------------------------------
Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419
View this thread: http://www.excelforum.com/showthread...hreadid=569882