Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to cumulate rows within a pivot table, but it only works within the columns with this functoin:
RangeSum(Above(TOTAL Sum(Wert), 0, RowNo())) |
Many many thanks in advance!!!
Try with
RangeSum(Before(Sum(Wert), 0, ColumnNo()))