krunal123

Board Regular
Joined
Jun 26, 2020
Messages
169
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
1626433622227.png




@ How to show selected menu in slicer to other cell ??? (Like a Reference Indication) in pivot table ????

I have Try selection in slicer information reference to other cell , Above image like this yellow Highlight cell this reference
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Make a second pivot containing the Port of Loading in rows. Nothing else.
Make sure to connect your slicer to this pivot as well.
Then try something like below.
1628860633757.png
 
Upvote 0
Copy this pivot and put it on another sheet (slicer will be connected to the copy as well). Remove everything from this pivot. Then add the Port of Loading field in the rows of the pivot. Remove all grand totals via the pivot options.
Say the pivot is on Sheet2 and starts in the range A2 and continues down. The formula becomes*:
Excel Formula:
 =IF(SHEET2!A12<>"", "Too many values in selection", TEXTJOIN(", ", TRUE, SHEET2!A2:A11))
* adapt the references as those depend on the number of Ports you would allow people to select via the slicer. In this case up to 10 would be allowed.
 
Upvote 0

Forum statistics

Threads
1,215,660
Messages
6,126,088
Members
449,287
Latest member
lulu840

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top