Thread: compare columns
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ned ned is offline
external usenet poster
 
Posts: 1
Default compare columns

hi all

I have column A and B in the same wsheet. I need to scan each cell in
column A and find if the cell in A matches with any cell in column C ,
if it does not match any of the cells in B, I want to write the text of
the A cell to column C.

Where can I find some examples?


thanks