XLCubed Number of choices made
I had a requirement to count the number of times a certain slicers was changed during each user session. We want use this information to see if the slicer needed to be optimized:



In cell $A$1 I added the following formula:
=XL3Link(XL3Address($A$1),"Number of Choices",3,XL3Address($B$1),$B$1+1)
It takes the value of $B$1 and adds 1.
In the slicer on the tab behavior I made a reference to the cell

Till Next Time
In cell $A$1 I added the following formula:
=XL3Link(XL3Address($A$1),"Number of Choices",3,XL3Address($B$1),$B$1+1)
It takes the value of $B$1 and adds 1.
In the slicer on the tab behavior I made a reference to the cell
Till Next Time
Comments
Post a Comment