Bit of a messy title, I couldn’t think of a good way to phrase this question…
I have a table that stores inventory items, each item can have one of three status’ “Available”, “Gifted” or “Sold”. I’m trying to create a view that only returns the name of an item where there are none with a status of Available. So for example the view shouldn’t return this item:

But it should return this one

Is this possible to achieve and if so, how?