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

Excel Range Slicers/Version 6.5

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