Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have pivot table and want to calculate for each column something like this:Column no 1 = sum(1+2+3) 1>= <=3Column no 2 = sum(2+3+4) 2>= <=4Column no 30 = sum(30+31+32)
Hi @jacek_k ,
you could try something like this:
rangesum (after(sum(x),1,3))
Best regards,