Forum Discussion
Wasalome
Sep 25, 2021Copper Contributor
Filter to a a new sheet
Hi Team, is it Possible to filter a table and Excel to automatically paste the filtered content to new sheets in the same workbook? Kind regards Paul Kimani
PeterBartholomew1
Sep 25, 2021Silver Contributor
Depending on the version of Excel and what you want, the solution could be a dynamic array formula, a manual process using Advanced Filter / Extract or a VBA/Typescript module. The first requires Excel 365
= FILTER(Table1, Table1[criterionRange]=CriterionValue)
- LiteraScriptaManetOct 27, 2021Copper ContributorPeter, did you have a suggestion on the latter part of this question, how to automatically past the filtered dynamic array content to new sheets in the same workbook? Thanks