COUNT

The COUNT function returns the count of the number of items in a list.

Syntax

count(value1,value2....)

Arguments

value1,value2,.. – A list of values. This is a required argument.

Example

count(filterif([Column1,Column2,Column3],">1000"))

Returns the count of values that are greater than 1000

Excel equivalent

COUNT

Last updated