I'm building a view that is filtered by one term of several in a single vocabulary. Is there a way to keep that filtered term from displaying in a table when I want to show all other terms in that vocabulary?

Let's assume the following data.
nodetitle:taxonomy terms
1:fruit, apple
2:fruit, banana
3:fruit, pear

I'd like to display in a view, filtered by the term 'fruit':
1:apple
2:banana
3:pear

How's that done?