View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default How to count the number of matching text in a column

Use =COUNTIF()

=COUNTIF(A1:A1000,"*apples*")
=COUNTIF(A1:A1000,"*peaches*")
=COUNTIF(A1:A1000,"*pumpkin pies*")
--
Gary''s Student - gsnu200828


"Redwan" wrote:

It is one column contains set of formula results for the different type of
sensors used in a control system €“ Duct Temperature sensor, Humidity Sensor,
etc-
I want to count (SUM) the number of the occurrences of each item in the
column to use in another worksheet ( Pricing work Sheet)