Keddy
1
Is it possible to multiply all the numbers in a column?
E.g:
I want to get the total multiplication of a column.
Neeraj
2
Try using -
ColumnA_Multiplier = ( exp(sum((ln({Column A })))) )
Keddy
3
Thank you. My Column A is from table calculations, when I tried your formula, it gave an error: