Have multiple filters saved and enable/disable SOME of them?

When trying filters, I noticed you can create and remove them at will. You can also turn ALL filters on or turn them ALL off at once. But can you leave SOME of them off while others are on? I'm asking this just so that I don't have to rewrite the same filters every time I need to use them.


I'm studying something very empirical, very try-and-error-like (more like a database than a spreadsheet really), so I need to look at my table several times with different filters on, often going back to using some combination of filters I've already used.


I could only think of duplicating the table and removing all lines that do not match some criteria — effectively making the copied table a filtered version of the original. But that is kind of fragile as far as consistency goes. I can easily forget to update all versions when adding/editing/removing entries, even a single one.


Thanks in advance. 🙂

MacBook Pro (Retina, 15-inch, Early 2013), OS X Yosemite (10.10.1), null

Posted on Aug 14, 2015 5:15 PM

Reply
5 replies

Aug 15, 2015 8:24 AM in response to Vinicius Mascarenhas

Hi Vinicius,


Badunit's suggestion here is a very workable way to get what you want. Basically I added a column that would return "true" if the conditions I wanted for different filters were met. I applied the different filters with checkboxes. It can lead to IF statements with wild combinations of OR and AND statements. Badunit offloaded his calculations to an independent table so his formulas could be a little less convoluted.


Check back if you have specific questions about implementation.


quinn

Sep 18, 2015 8:53 AM in response to t quinn

That seems so much more difficult and time consuming that just having an option to save filters for using over. At the very least it would be helpful if Apple allowed you to turn on/off the individual filters as opposed to the all or nothing approach they have taken. It's very restrictive IMO... and yes, I have submitted feedback to Apple 😉

Sep 18, 2015 10:09 AM in response to jgowrie

jgowrie wrote:


it would be helpful if Apple allowed you to turn on/off the individual filters as opposed to the all or nothing approach they have taken. 😉


Note that for simple individual filters (where you are matching on a value) you can combine multiple filters and turn them on and off individually if you apply them via the dropdown that appears to the right of the down 'arrow' next to the column letter.


For example, starting with this data:

User uploaded file


You can filter on, say, 'ABC' in column B:


User uploaded file


Giving this:


User uploaded file


Then filter on column C for 'XYZ', giving this:

User uploaded file



Then remove the filter in column B by selecting the checked 'ABC', which toggles that filter to "off".

User uploaded file


Giving this:


User uploaded file


And so on...


In this way, with a simple filter applied in each of multiple columns (with some columns perhaps containing a formula that results in TRUE or FALSE, etc), you can achieve sophisticated combinations that can be partially turned on and off.


Not as handy as being able to save named complex filters, but nonetheless flexible and powerful, without requiring complicated formulas.


SG

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Have multiple filters saved and enable/disable SOME of them?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.