- Joined
- Dec 15, 2013
- Messages
- 2
- Reaction score
- 0
I have a table with a field class with possible values 1st, 2nd , 3rd , 4th. I want to create an advance filter criteria for my range that can filter values based on class column for 1st and 2nd only
I tried;
=("="&"1st") This works for only 1st
But if I try to add another in OR like
=OR("="&"1st","="&"2nd") it doesn't work
Can anyone help?
I tried;
=("="&"1st") This works for only 1st
But if I try to add another in OR like
=OR("="&"1st","="&"2nd") it doesn't work
Can anyone help?