Category Archives: Functions

The CELL Function

Kornilios Ampatzis/ May 3, 2019/ Functions

It returns information about the formatting, location, or contents of a cell.

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

Kornilios Ampatzis/ May 3, 2019/ Functions

It returns information about the current operating environment .

The SUMIF Function

Kornilios Ampatzis/ May 3, 2019/ Functions

It returns the sum of all the cells in a given range that meet a specific criterion.

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

Kornilios Ampatzis/ May 3, 2019/ Functions

It returns data stored in a PivotTable. You can use GETPIVOTDATA to retrieve summary data from a PivotTable, but only if the summary data is visible in the report.

The PRODUCT Function

Kornilios Ampatzis/ May 3, 2019/ Functions

It multiplies all the numbers given to it as arguments and returns the product.

The INT Function

Kornilios Ampatzis/ May 3, 2019/ Functions

It returns a number rounded down, to the nearest integer .