Airtable can take the sum of an array through the rollup field type. Was wondering if there was the equivalent for the product of an array?
For example if there is a series of returns
(1+r1)
(1+r2)
(1+r3)
With each return figure on its own record lin...