Mischief63
New Member
- Joined
- Apr 15, 2017
- Messages
- 21
When using filters on columns I was taught it's better to use the text filters than unchecking items.
So my rule of thumb has always been to use "or" versus "and" because AND means both criteria have to be met to exclude the row
OK so today I have a list of fund numbers (coded as text) 1, 2, 3, 4, 5
I just want 1 and 2 - so I filter:
Fund Column equals 1
Or Fund Column equals 2
Fantastic returns only rows with 1 or 2
Now I want a query that returns rows with 3 or 4 or 5
So I duplicate the query and filter again:
Fund Column does not equal 1
OR Fund Column does not equal 2
Now returns EVERY row regardless of fund number
I have to change it to "And" to get it to return only 3,4,5
What am I missing? Shouldn't it be OR - I'm telling it to give me rows where fund does not equal 1 or does not equal 2.
So my rule of thumb has always been to use "or" versus "and" because AND means both criteria have to be met to exclude the row
OK so today I have a list of fund numbers (coded as text) 1, 2, 3, 4, 5
I just want 1 and 2 - so I filter:
Fund Column equals 1
Or Fund Column equals 2
Fantastic returns only rows with 1 or 2
Now I want a query that returns rows with 3 or 4 or 5
So I duplicate the query and filter again:
Fund Column does not equal 1
OR Fund Column does not equal 2
Now returns EVERY row regardless of fund number
I have to change it to "And" to get it to return only 3,4,5
What am I missing? Shouldn't it be OR - I'm telling it to give me rows where fund does not equal 1 or does not equal 2.
Last edited: