View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tom[_7_] tom[_7_] is offline
external usenet poster
 
Posts: 24
Default Cells Contents Anywhere Else in Column

Is there an easy way to see if the contents of any of the cells in a
column exist anywhere else in the column?

In words, I need to take the contents of a1 and compare it against all
the other cells in the column a. Then I want to take a2 and do the
same. Then a3 . . .

Thanks

-tom