Tag Archives: Statistical

The COUNTBLANK function

Kornilios Ampatzis/ May 3, 2019/ Functions

The COUNTBLANK function provides us with a way to count the number of cells within a given cell range that are blank.

The COUNTIF Function

Kornilios Ampatzis/ May 3, 2019/ Functions

It returns the number of cells of a given cell range that meet a specific criterion.

The AVERAGEIF Function

Kornilios Ampatzis/ May 3, 2019/ Functions

It returns the arithmetic mean (average) of all the cells in a given range that meet a specific criterion.

The PERCENTILE function

Kornilios Ampatzis/ April 19, 2019/ Functions

It returns the k-th percentile of values in a range. This function has been replaced by two new functions and you should avoid using it unless it is absolutely necessary. The new functions are PERCENTILE.INC and PERCENTILE.EXC.

The QUARTILE function

Kornilios Ampatzis/ April 19, 2019/ Functions

It returns the quartile of a data set. This function has been replaced by two new functions and you should avoid using it unless it is absolutely necessary. The new functions are QUARTILE.INC and QUARTILE.EXC.

The COUNTIFS Function

Kornilios Ampatzis/ April 18, 2019/ Functions

The COUNTIFS function counts the number of times certain criterias are met. Even though its logical elements, it is part of the Statistical functions of Excel.