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

# CountA

Counts non-missing values in the column

```mathematica
CountA(column1) → 68
CountA(column2) → 30
```

#### Inputs

`CountA(column)`

* `column` - A column to count non-missing values for
