How to count the number of matching text in a column

R

Redwan

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)
 
G

Gary''s Student

Use =COUNTIF()

=COUNTIF(A1:A1000,"*apples*")
=COUNTIF(A1:A1000,"*peaches*")
=COUNTIF(A1:A1000,"*pumpkin pies*")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top