Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=countif(sheet1!a:a,"duct temperature sensor")
Maybe???? 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) -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count number of rows with 2 matching text cells | Excel Worksheet Functions | |||
Getting Count Formula Working if Column has both number and text | Excel Worksheet Functions | |||
Count matching text in column | Excel Discussion (Misc queries) | |||
count number of text in a column | Excel Discussion (Misc queries) | |||
how do I count the number of times text in column A matches text i | Excel Worksheet Functions |