View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
simon steel simon steel is offline
external usenet poster
 
Posts: 4
Default how to extract duplicated data from two seperate worksheets?

Ok,

Suppose I have 2 worksheets.

Sheet 1 has 1000 lines of data spanning xNumber of columns.

Sheet 2 has 500 lines of data, also spanning the same number of columns.
An unknown number of identical lines of data appear on both sheets.

How can I get to a point where I can build one worksheet that is a composite
of both sheets - such that no identical line of data appears twice on the
final sheet?


Thanks in advance, Simon.