I have some values in a column, 30, 50, 80, 10, and so forth and they are not necessarily in consecutive order. Is there a way to search this column for particular values? In other words, I want to search this column to see if values 200, 90, and/or 50 exist in this column. Is there a way to...