Tag Archives: Statistical

The SMALL function

Kornilios Ampatzis/ April 4, 2019/ Functions

In statistics the MIN function is not enough. The need to calculate, for example, the third smallest value of a range of cells, is very common.
This is what the SMALL function calculates. It returns the n-th smallest value from an array of numeric values.

The LARGE function

Kornilios Ampatzis/ April 4, 2019/ Functions

In statistics the MAX function is not enough. The need to calculate, for example, the third largest value of a range of cells, is very common. This is what the LARGE function calculates. It returns the n-th largest value from an array of numeric values.

The MODE.SNGL function

Kornilios Ampatzis/ April 4, 2019/ Functions

The MODE.SNGL function is one of the three Excel functions that measure Central Tendency. The other two are the AVERAGE and MEDIAN functions. It calculates the most frequent value in a data set. It has the same syntax as the MODE function.

The MEDIAN function

Kornilios Ampatzis/ April 4, 2019/ Functions

In statistics the median is the middle of a set of numbers. This is what the function MEDIAN calculates. It is one of the functions that Excel has implemented to calculate the Central Tendency.

The MODE function

Kornilios Ampatzis/ April 4, 2019/ Functions

The MODE function is one of the three Excel functions that measure Central Tendency. The other two are the AVERAGE and MEDIAN functions. It calculates the most frequent value in a data set.

Calculate the Central Tendency using Excel

Kornilios Ampatzis/ April 3, 2019/ Tutorials

When you are working in statistics Excel can be a very powerful ally.
In statistics there are various ways to measure the average – or more appropriate, the central tendency – of a range of numbers.
Excel implements three of them.

The COUNT function

Kornilios Ampatzis/ April 2, 2019/ Functions

The COUNT function provides us with a way to count the number of cells that contain numbers.

The COUNTA function

Kornilios Ampatzis/ April 2, 2019/ Functions

The COUNTA function counts the number of cells in a range, that are not empty.
It is sometimes being confused with its sibling COUNT function.