Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a pivot table.
Current result:
Expect Result:
Example
column 202003, = 86+52+47+57+57
column 202004, = 52+47+57+57
I am no idea how to do that
2 Dimensions:
=if(ITEM='MainExp','Expired membership - Main',if(ITEM='SubExp','Expired membership - Sub')) (Label: Period)
MthYear
Expressions:
RangeSum(Above(count(ITEM), 0, columnno(TOTAL)))
Thanks