Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to find the percent of a column for the number of students that turned
in reading logs. I used the =count function and divided it by the number of total students to get the percent. The problem is if they did not turn in a reading log, I need to record it as 0 and the =count function will count it. Is there a way to make it only count 0<1? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The countif function allows you to count the number of cells meeting one
condition. In this case =countif(b2:b10,"0"). --Bruce "rmwarde" wrote: I need to find the percent of a column for the number of students that turned in reading logs. I used the =count function and divided it by the number of total students to get the percent. The problem is if they did not turn in a reading log, I need to record it as 0 and the =count function will count it. Is there a way to make it only count 0<1? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Perfect thanks...
"bpeltzer" wrote: The countif function allows you to count the number of cells meeting one condition. In this case =countif(b2:b10,"0"). --Bruce "rmwarde" wrote: I need to find the percent of a column for the number of students that turned in reading logs. I used the =count function and divided it by the number of total students to get the percent. The problem is if they did not turn in a reading log, I need to record it as 0 and the =count function will count it. Is there a way to make it only count 0<1? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I count the number of cells | New Users to Excel | |||
Ignor null in count | Excel Worksheet Functions | |||
CONTINUOUS FORMS IGNOR PAGE BREAKS | Setting up and Configuration of Excel | |||
Count Number of Different Cells | Excel Worksheet Functions | |||
Count number of times a specific number is displayed in cells | Excel Programming |