XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "Excel Range Slicers/Version 6.5"

Line 1: Line 1:
We have come across a scenario where a user wants to use a slicer to allow the selection of a country and then have the corresponding country code displayed or passed to another report as a parameter.
+
In the scenario where a Slicer needs to be used to allow the selection of an item from a range of cells, then have the corresponding selection passed to another report as a parameter, Excel range driven slicers can be useful.
  
 
The screenshot below shows a selection list containing five countries, each with its corresponding country code.  When the user selects a country, its corresponding country code should be displayed.
 
The screenshot below shows a selection list containing five countries, each with its corresponding country code.  When the user selects a country, its corresponding country code should be displayed.
Line 7: Line 7:
 
This can be done through an XLCubed slicer. Create a slicer as follows:
 
This can be done through an XLCubed slicer. Create a slicer as follows:
  
• Under Selection tab, set Slicer range to =$A$1:$B$5 (this is the range of cells where the country code and country name are held).
+
# On the '''Selection''' tab, set '''Slicer range''' to =$A$1:$B$5 (this is the range of cells where the country code and country name are held). [[Image:Slicer2.png|350px|centre]]
 
+
# On the '''Settings''' tab, check '''Update range with selection''', select '''Unique Name''' and enter the cell location where you want the country code to be displayed. In our example it is B11. [[Image:Slicer3.png|350px|centre]]
[[Image:Slicer2.png|350px|centre]]
+
# When the user clicks on a slicer option, in this case France, its corresponding country code is displayed in cell B11. [[Image:Slicer4.png|350px|centre]]
 
 
• Under Settings tab, check Update range with selection, select Unique Name and enter cell location where you want the country code to be displayed. In our example it is B11.  
 
 
 
 
 
[[Image:Slicer3.png|350px|centre]]
 
 
 
When the user clicks on a slicer option, in this case France, its corresponding country code is displayed in cell B11.
 
 
 
[[Image:Slicer4.png|350px|centre]]
 
  
 
[[Category:Slicers]]
 
[[Category:Slicers]]

Revision as of 12:16, 19 March 2012

In the scenario where a Slicer needs to be used to allow the selection of an item from a range of cells, then have the corresponding selection passed to another report as a parameter, Excel range driven slicers can be useful.

The screenshot below shows a selection list containing five countries, each with its corresponding country code. When the user selects a country, its corresponding country code should be displayed.

Slicer1.png

This can be done through an XLCubed slicer. Create a slicer as follows:

  1. On the Selection tab, set Slicer range to =$A$1:$B$5 (this is the range of cells where the country code and country name are held).
    Slicer2.png
  2. On the Settings tab, check Update range with selection, select Unique Name and enter the cell location where you want the country code to be displayed. In our example it is B11.
    Slicer3.png
  3. When the user clicks on a slicer option, in this case France, its corresponding country code is displayed in cell B11.
    Slicer4.png