> For the complete documentation index, see [llms.txt](https://docs.tomat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomat.ai/data-transformation/formulas/aggregate-functions/sumproduct.md).

# 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
