COUNT
Syntax
count(value1,value2....)Arguments
Example
count(filterif([Column1,Column2,Column3],">1000"))Excel equivalent
Last updated
Was this helpful?
The COUNT function returns the count of the number of items in a list.
count(value1,value2....)value1,value2,.. – A list of values. This is a required argument.
count(filterif([Column1,Column2,Column3],">1000"))Returns the count of values that are greater than 1000
Last updated
Was this helpful?
Was this helpful?

