Of course. Specify that the column does not have a value that is specific to the item you wish to exclude.
Code:
<> "ducks"
This will eliminate all ducks.
However, this may not be exactly what you mean. It might be that you want ducks in the list, just not sorted. This is the same as saying that you want to sort on two columns. So you need a column that identifies the ducks and has a value that will place the ducks first (or last). Everything that is not a duck will have a value that places them last (or first). Then sort on the ducky column and the other column that gives the general order. All ducks will be sorted to the top (or bottom) and all non-ducks will be sorted by the other column.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.