Filtering a single column using multiple criteria
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
I have a column with multiple account names and I am trying to filter it to contain only account names that are book/tax differences. Rather than using the filter tool to do a custom filter with the exact account name, I was hoping to cut down the formula to somehow do a contains function.
For example, there are accounts such as "brokerage interest non-taxable", "investment interest non-taxable", "non-deductible expenses", and "unrealized gain/loss" so rather than doing the account names, I want the filter criteria to be "non-taxable", "unrealized", and "non-deductible". What is the best way to do this?
Thanks!
Solved! Go to Solution.
- Labels:
- Help
- Topic of Interest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That worked - thanks so much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Could you please help to solve the problem with filtering. I need to chose multiple criteria together (in one time) in one column. But it is not worked.
Example 1 is below
Contains([Population type], "Refugees") AND
Contains([Population type],"Population, total")
Or Example 2:
Contains([Countries], "USA") AND
Contains([Countries],"Germany") AND
Contains([Countries], "Japan") AND
Contains([Countries], "China") AND
Could you please advise what is the problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Try below formula :
[Countries] IN ("USA", "GERMANY")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I think your connector is wrong - try to swap AND for OR.
