# SumProduct

Gets the sum of the products of the two columns

```mathematica
SumProduct(column1, column2) → 978
```

#### Inputs

`SumProduct(column1, column2)`

* `column1` - The first column to multiply and then add on
* `column2` - The second column to multiply and then add on
