> For the complete documentation index, see [llms.txt](https://docs.tabula.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabula.io/data-transformation/formulas/aggregate-functions/count.md).

# Count

Counts all the values in the column

```mathematica
Count(column) → 889
Count() → 70
```

#### Inputs

`Count([column])`

* `[column]` - \[**optional**] - A column to count values
