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

# Sum

Gets the sum of all values in the column

```mathematica
Sum(column1) → 814
Sum(column2) → 139352.88
```

#### Inputs

`Sum(column)`

* `column` - A column to calculate the sum for
