> 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/countunique.md).

# CountUnique

Counts unique values in the column

```mathematica
CountUnique(column) → 649
```

#### Inputs

`CountUnique(column)`

* `column` - A column to count unique values for
