Say there are 3 columns with 3000 rows filled with data. In the second column are a bunch of numbers. Some of these numbers are repeated. Lets pretend I need to select all the number 11's ENTIRE ROW at once. Is there a method for selecting the whole rows as long as they contain the number 11 in them? Right now I've been selecting each row individually and it takes FOREVER...please help!