Das Assignment 8
Das Assignment 8
COUNT FUNCTIONS
COUNT function: The COUNT function in Excel is used to count the number of numeric
values in a given range of cells. It ignores blank cells, text, and non-numeric data, making it
useful for analysing numerical datasets. This function is commonly used in data analysis,
statistical calculations, and reports to determine the total number of numeric entries in a dataset.
Q1. On the basis of the information, use the COUNT Function to determine the count of
enrollment number of students.
COUNTA function: The COUNTA function in Excel is used to count the number of non-
empty cells in a given range, including numbers, text, logical values, and other data types.
Unlike the COUNT function, which only counts numeric values, COUNTA considers any cell
that contains data, except for completely empty cells. This function is useful for determining
the total number of filled cells in a dataset, making it helpful in reporting and data validation.
Q2. Use COUNTA Function to determine the count of cells under GRADE section.
COUNTIF function: The COUNTIF function in Excel is used to count the number of cells
within a range that meet a specific condition. It combines counting and logical evaluation,
allowing users to filter data based on criteria such as numbers, text, or expressions. This
function is widely used for data analysis, such as counting occurrences of a specific value,
tracking sales performance, or filtering records based on certain conditions.
Q4. Use COUNTIF Function to determine the number of cells containing marks greater than
80.