there's long list in the spread sheet, and each cell
should have unique value in column1.
I looked at filter but it asks for specific value as
criteria (=, <, >, like...), and I couldn't give it
because I don't know it.
All I want is to select out all the cells which has
a value equals to the value some other cells have.
for example:
if the list is like:
123
234
123
456
456
111
-- then the "filter" will give :
123
123
456
456
But I wouldn't know in advance the 123 and 456 are the
criteria.
thanks!