# COUNT

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

## Syntax

```javascript
count(value1,value2....)
```

## Arguments

value1,value2,.. – A list of values. This is a required argument.&#x20;

## Example

<pre class="language-javascript"><code class="lang-javascript"><strong>count(filterif([Column1,Column2,Column3],">1000"))
</strong></code></pre>

Returns the count of values that are greater than 1000

## Excel equivalent

[COUNT](https://support.microsoft.com/en-us/office/count-function-a59cd7fc-b623-4d93-87a4-d23bf411294c)
