Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all.
I can not accumulate.
Does anyone have an idea?
You probably want to accumulate across column segment (year)?
=rangesum(Above(total sum(VENDA),0,RowNo(total)))
You probably want to accumulate across column segment (year)?
=rangesum(Above(total sum(VENDA),0,RowNo(total)))
I want to cumulate regardless of the DIMENSION.
This function did not work.
=rangesum (Acima (soma total (VENDA), 0, RowNo (total)))
I haven't suggested to use the function you are stating.
Please see attached. Is this what your want (using my above expression)?
It worked now.
Thank you.
rangesum(Above(total sum(VENDA),0,RowNo(total)))