Monthly Archives: April 2019

The LN Function

Kornilios Ampatzis/ April 19, 2019/ Functions

Returns the natural logarithm of a number. Natural logarithms are based on the constant e (2.71828182845904).

The ABS Function

Kornilios Ampatzis/ April 19, 2019/ Functions

Returns the absolute value of a number. The absolute value of a number is the number without its sign.

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.