Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi! I create a pivot table. I need an explanation about:
1) How can I hide the records where 2011 fields are null/zero?
2) How can I show only records where department fields are C or D?
You can find an example attached.
Any suggestions greatly appreciated.
Andrea
Attached with rows suppressed when Apha 2011 is zero/null.
Sorry,
I didn't see before,
here is your example modified;
obviously if you need to check all columns of 2011 you will have to extend the condition, something like
If(column(1)=0 and column(2)=0
And so on ...
Thank you so much for your help!
Thank you so much for your help!