Forum Discussion
alexjaime
Aug 26, 2021Copper Contributor
Filter
HI! so I have a list of items (1) that I want to search in another doc that has several columns. How can I filter a list into another doc so the items come up as well as other data related. first pic is the list I want to search and second pic is where I want to search it
6 Replies
- SergeiBaklanDiamond Contributor
You may return filtered table by Power Query or as dynamic array using FILTER() function like
=FILTER(Table, COUNTIF(Table[Category],List1))
- alexjaimeCopper Contributorhi thank you for your answer! I am not the best at excel so which cells would go in the 1 Table and 2 table and category and list 1 haha
- SergeiBaklanDiamond Contributor
Could you please provide sample file removing all sensitive and unnecessary information? It will be much easier to demonstrate formula on it.
- alexjaimeCopper Contributorhow do I do it?? pls help!!