Forum Discussion
nala2c
May 12, 2022Copper Contributor
how to have excel run an analysis using slicer and results in another tab without freezing
Hi,
I am trying to compose a workbook that has multiple department schedules, separated by department name with different tabs, I would like to have my boss select the slicers in one tab and have the results populate in another tab without excel slowing down because the amount of data, we have about 3000 employees. How can I run a multiple data search and link them to one slicer "Filter", using different tabs per department, without using VBA?
- Patrick2788Silver Contributor
You could use a slicer in conjunction with this feature:
Expand, collapse, or show details in a PivotTable or PivotChart (microsoft.com)
Show value field details
In a PivotTable, do one of the following:
Right-click a field in the values area of the PivotTable, and then click Show Details.
Double-click a field in the values area of the PivotTable.
The detail data that the value field is based on, is placed on a new worksheet.
- nala2cCopper ContributorThank you! I will try it, I hope excel does not freeze.