Goal:
Retrieve data row if there are NOT any matching value between 2 sheets from a excel file 2007
Problem:
I don't know how to do it.
These sheets has same column that is 4 column but they have different value in every row. All these four columns are unique.
These sheets has same data but having different quantity of rows.
// Fullmetalboy
A simplified explanation is:
Sheet 1
Column
a b c d
------------
f w w w
w e e e
p p p p
w w w w
Sheet 2
Column
a b c d
------------
f w w w
w e e e
w w w w
c c d d
The row data that do not exist in the counterpart's sheet is:
p p p p
c c d d