Category Archives: Functions

The MATCH Function

Kornilios Ampatzis/ April 18, 2019/ Functions

The MATCH function searches for a specified item in a range of cells, and then returns the relative position of that item in the range .

The INDEX Function

Kornilios Ampatzis/ April 18, 2019/ Functions

The INDEX function returns a value or the reference to a value from within a table or range.

The CHOOSE Function

Kornilios Ampatzis/ April 18, 2019/ Functions

The CHOOSE function returns a value from an array of values, that corresponds to a specific position in that array.

The SUMIFS Function

Kornilios Ampatzis/ April 18, 2019/ Functions

The SUMIFS function adds the cells that meet all its multiple criteria. Even though its logical elements, it is part of the Mathematical functions of Excel.

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.

The AVERAGEIFS Function

Kornilios Ampatzis/ April 18, 2019/ Functions

The AVERAGEIFS function returns the arithmetic mean (average) of all the cells that meet all its multiple criteria. Even though its logical elements, it is part of the Statistical functions of Excel.

The TRANSPOSE Function

Kornilios Ampatzis/ April 5, 2019/ Functions

The TRANSPOSE function transposes (rotates) a range of cells.
We can transpose our data by using the relevant Paste Special option also but it will create duplicate data.

The MAX function

Kornilios Ampatzis/ April 4, 2019/ Functions

The MAX functions returns the largest number in a set of values.
If you need to get the second or third or n-th largest number in a set of values then you should use the LARGE function.

The MIN function

Kornilios Ampatzis/ April 4, 2019/ Functions

The MIN functions returns the smallest number in a set of values.
If you need to get the second or third or n-th smallest number in a set of values then you should use the SMALL function.

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.