Reputation: 373
I'm trying to get multiple filters on the same row that filter different tables. So users can sort data from table 1, 2 or 3 individually as they wish. Is it possible to do that in Google sheets?
Quick sample of my data below to better understand what I'm trying to do https://docs.google.com/spreadsheets/d/1Ed0aBmcCN5vUYOIw3-17A2xsFVC4eCT77_nSdToP1h4/edit?usp=sharing
Upvotes: 6
Views: 31898
Reputation: 1
You don't need a workaround. You can do this with array style notation. You just need separate the filters with ";" and add "{" and "}" to either end of the command. I.e. "={filter(, conditions...); filter(, conditions...)}"
Upvotes: 0
Reputation: 373
It's actually possible with the "Filter views" accessible from the menu.
Upvotes: 3
Reputation: 201613
From your reply, I believe your goal is as follows.
In the current stage, unfortunately, only one basic filter is used in one sheet. And, even when the filter view is used, although the multiple filter views can be created. But, only one filter view can be used by selecting it. And, even when the slicer is used, the slicer cannot sort the rows. And, when one slicer is set to a table as the filter, that affects another table. In these situations, I thought that your goal cannot be directly achieved.
Here, in order to indirectly achieve your goal, I would like to propose the following workaround. The flow of this workaround is as follows.
With this workaround, I thought that your goal can be indirectly achieved.
Upvotes: 6