Category Archives: Functions

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 LOOKUP Function

Kornilios Ampatzis/ April 18, 2019/ Functions

Use LOOKUP when you need to find something in a single row or column and find a value from the same position in a second row or column.

The HLOOKUP Function

Kornilios Ampatzis/ April 18, 2019/ Functions

Use HLOOKUP when you need to find things in a table or a range by column. It is part of the lookup and reference functions of Excel .

The VLOOKUP Function

Kornilios Ampatzis/ April 18, 2019/ Functions

Use VLOOKUP when you need to find things in a table or a range by row. It is part of the lookup and reference functions of Excel.

The OFFSET Function

Kornilios Ampatzis/ April 18, 2019/ Functions

The OFFSET function returns a reference to a range that is a specified number of rows and columns from a cell or range of cells .