A
AJS
What I want to do is compare two worksheets that I import
data too and on another worksheet have where there are
differences in any part of the rows.
What I mean by this is that I want to compare a new set of
data by looking up a product code to an old set of data and
show entire rows where any of the data in the row has
changed. If nothing has changed on the row then nothing
shows up.
Complicated?
I think VLOOKUP and a few IF statements might helpe but I
can't quite see how I can logically put it together.
Here's a cut back example of what I might have.
OldData
CODE STOCK PRICE
1234 300 $30
4352 44 $145
4341 19 $303
9087 29 $55
NewData
CODE STOCK PRICE
1234 300 $30
4341 18 $303
9087 29 $50
4909 200 $44
The New WorkBook should show something like...
ChangedData
CODE STOCK PRICE
4341 18 $303
9087 29 $50
4909 200 $44
Possibly with something for items no longer active
but that is a bit easier to do with VLOOKUP comparing
product codes from the old to the new data.
data too and on another worksheet have where there are
differences in any part of the rows.
What I mean by this is that I want to compare a new set of
data by looking up a product code to an old set of data and
show entire rows where any of the data in the row has
changed. If nothing has changed on the row then nothing
shows up.
Complicated?
I think VLOOKUP and a few IF statements might helpe but I
can't quite see how I can logically put it together.
Here's a cut back example of what I might have.
OldData
CODE STOCK PRICE
1234 300 $30
4352 44 $145
4341 19 $303
9087 29 $55
NewData
CODE STOCK PRICE
1234 300 $30
4341 18 $303
9087 29 $50
4909 200 $44
The New WorkBook should show something like...
ChangedData
CODE STOCK PRICE
4341 18 $303
9087 29 $50
4909 200 $44
Possibly with something for items no longer active
but that is a bit easier to do with VLOOKUP comparing
product codes from the old to the new data.