Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can anyone please help me calculate the total number of a particular item in
a column e.g number of yeses or noses. and display this value so that i can then create a graphical representation of the data thanks -- kevin |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=Countif(A2:A100,"Yes")
=Countif(A2:A100,B1) where B1 contains criteria to be counted e.g "Yes" HTh "control engineer" wrote: Can anyone please help me calculate the total number of a particular item in a column e.g number of yeses or noses. and display this value so that i can then create a graphical representation of the data thanks -- kevin |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(A1:A29,"yeses")+COUNTIF(A1:A29,"noses")
"control engineer" wrote: Can anyone please help me calculate the total number of a particular item in a column e.g number of yeses or noses. and display this value so that i can then create a graphical representation of the data thanks -- kevin |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display Repeat values only in a column. | Excel Discussion (Misc queries) | |||
Calculate an Excel column that contains numbers and #Values | Excel Discussion (Misc queries) | |||
Display missing Part Number if Column A does not match column B | Excel Worksheet Functions | |||
Display row number of the last value in a column | Excel Worksheet Functions | |||
look up same values in coumn1 and calculate values in 2nd column | Excel Worksheet Functions |