# 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
