View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Kennedy David Kennedy is offline
external usenet poster
 
Posts: 4
Default find differences between two columns

Hi,

Can anyone show me how to find differences between two columns ie..
Col A Col B
100 100
106 108
2500 2500
2999 2999

106 is not in Col B and 108 is not in Col A.
can it be done using a function? ,could you also show me code to do this?

Thanks in advance ,
David