JMP equivalent of Excel's SUMPRODUCT function
Is there a JMP equivalent of Excel's SUMPRODUCT function? E.g., suppose I have a table like this: RowSetRunProbabilityValueWeighted Value1A10.27.5 2A20.814.2 3B10.3518.1 4B20.6525.9 ... I would like to add a function to the "Weighted Value" column that would populate Rows 1 and 2 with (0.2*7.5+0.8*14.2), and Rows 3 and 4 with (0.35*18.1+0.65*25.9). I imagine it would look something like: SUMPROD...