# COUNT

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

### Syntax <a href="#syntax" id="syntax"></a>

```excel-formula
count(value1,value2....)
```

### Arguments <a href="#arguments" id="arguments"></a>

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

### Example <a href="#example" id="example"></a>

```excel-formula
count(filterif([Column1,Column2,Column3],">1000"))
```

Returns the count of values that are greater than 1000

### Excel equivalent <a href="#excel-equivalent" id="excel-equivalent"></a>

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