Hi, how can i sumproduct from 3 lists of numbers?
I know how to use “calculate formula/ sumproduct” to sumproduct 2 lists of numbers but I need to sumproduct 3 lists of numbers.
You need to create an Mathjs element in the page with the correct formula to produce sum product of these 3. In Math.js, the operator that does this multiplication only accepts two elements though. So, you will do the first two, and then you will multiply the result with the last one, and then you will sum all.
The mathjs element with the corresponding formula: