Duplicate Filter from Table to another Sheet

Copper Contributor

I have a formatted table example below, and I would like the filter function to be duplicated in another sheet:

zyc93_1-1607497593921.png

 

I would only like the filter function for "User" to be duplicated on another sheet. So the user of the file could filter only by "User", and the rest of the main table would be filtered accordingly. Is this even possible?

 

zyc93_2-1607497641213.png

 

P.S. I understand that you can create a slicer to filter, but I have many unique values in the "User" column, and would like for it to be searchable. 

 

 

 

 

1 Reply

@zyc93 Hi

You may achieve it using below Filter function:

=FILTER(A2:C7,B2:B7=F1)

 

tauqeeracma_0-1607501124990.png

Users will be selected from a separate list that will bring filtered data accordingly.

 

Hope it will help

 

Thanks

Tauqeer