Hi all,
First time at the forums and long time lurker.
I need some help to use a tool/formula to acheive the weighted average of a specific value, but I need it to be on "weighted" with two values.
On Excel I would use the "Sum Product" formula. MS Excel formula: Sumproduct(Value * Term * %) / Sumproduct(Value * Term)
Below is an example I am trying to use the formula. The "%" is weighted on "Value" and "Term".
| | Value | Term | % | | Excel Weighted Average |
| A | 1.000.000,00 | 360 | 0,7 | | A | 0,84 |
| A | 500.000,00 | 180 | 1,4 | | B | 2,25 |
| B | 500.000,00 | 90 | 2 | | C | 1,2 |
| B | 250.000,00 | 180 | 2,5 | | | |
| C | 1.000.000,00 | 180 | 1,2 | | | |
But I can't reach the same values on Alteryx.
Any advice on reaching the value?
Thanks in advance.