Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a problem using rangesum function. I don´t know what function i have to use.
My problem is as follow:
I have a pivot table with 2 dimensions,and 3 expressions (A,B,A*B),
I´m using this formula in A*B
if(dimensionality()<2,
RangeSum(above(A*B,1,NoOfRows())),
A*B
)
but doesn´t works,
How can I get the sum of the above rows?
Hello José,
please see the attached example.
Good luck!
Rainer
Ok, Thanks.
Now it work´s fine