COUNTBLANK function - The function performs counting empty cells in the list of arguments in Excel
The following article introduces you to the COUNTBLANK function - one of the functions in the group of statistical functions that is very popular in Excel.
Description: The function performs counting empty cells in the list of arguments.
Syntax: COUNTBLANK (range)
Inside:
- range: Range to count empty cells.
Attention:
- The function performs counting empty cells, cells with a value of 0 are not counted.
For example:
Count the number of blanks in the table below:
- In the cell to calculate, enter the formula : = COUNTBLANK (B6: D10)
- Press Enter -> number of blank cells in the data table is:
- Where the cell value is 0 -> the function ignores not counting:
Above are instructions and some specific examples when using the COUNTBLANK function in Excel.
Good luck!
You should read it
- How to calculate and color blank cells in Excel
- COUNTIFS function - The function performs counting the number of cells in a data table that satisfy many conditions in Excel
- How to use the SUBTOTAL function in Excel
- DCOUNTA function, how to use the function to count non-empty cells in Excel
- COUNTBLANK function - Count the number of blank (empty) cells in a selected range or array in Excel
- Cell counting function with data in Excel - Enclose example
- Conditional counting function in Excel
- COUNTIF function - Function that counts the number of cells in a data table that meet certain conditions in Excel
May be interested
- COUNTIF function - Function that counts the number of cells in a data table that meet certain conditions in Excelcountif function: the function performs counting the number of cells in the data table that meet certain conditions. syntax: countif (range, criteria)
- COUNTIFS function - The function performs counting the number of cells in a data table that satisfy many conditions in Excelcountifs function: the function performs counting the number of cells in a data table that satisfy many conditions. syntax: countifs (criteria_range1, criteria1, [criteria_range2, criteria2], ...)
- DEVSQ function - The function returns the sum of squares of deviations of data points from the sample mean in Exceldevsq function: returns the sum of squares of deviations of data points from the sample mean. syntax: devsq (number1, [number2], ...)
- The EXPON.DIST function - The function returns the exponential distribution in Excelexpon.dist function: the function returns the exponential distribution, using this function to model the time of events. syntax: expon.dist (x, lambda, cumulative)
- F.DIST - The function returns the probability distribution F in Excelf.dist function: the function returns the probability distribution f. the function supports the version from excel 2010. syntax: f.dist (x, deg_freedom1, deg_freedom2, cumulative)
- F.DIST.RT function - The function returns the right probability distribution F for 2 data sets in Excelf.dist.rt function: the function returns the right probability distribution f for 2 data sets. support functions from the excel 2010 version. syntax: f.dist (x, deg_freedom1, deg_freedom2)