Last updated 5 months ago
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