View Single Post
  #1   Report Post  
Chewy
 
Posts: n/a
Default Compare two columns

Hello,

I have two columns in the same sheet which contain cells with identical
results. I want to delete any result that is the same in both columns. Any
suggestions?

Column A Column B
abc jkl
def abc
ghi mno

Want to write a function to delete abc

Thanks.