View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Vito
 
Posts: n/a
Default HOW DO I IDENTIFY DATA THAT IS DUPLICATED IN TWO SEPERATE WORKSHEE


Try using Countif.

This will count any occurances of items in current sheet within Sheet2
column A. If anything other than 0 appears, then you have duplicates.

You can change sheetnames and ranges/references to suit.

=Countif(Sheet2!$A$1:$A$100,A1) copied down


--
Vito
------------------------------------------------------------------------
Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182
View this thread: http://www.excelforum.com/showthread...hreadid=555994