In my spread sheet I have about 10k records. I have 4 Columns pasted on the sheet from one DB. And I have 4 columns posted on the sheet from a different DB. Here is what I want to do.
I want to take all the listing ID’s from one DB and compare them to the other DB and find which is missing. I was able to to this with the vlookup… However now I am trying to match IDS and compare prices.
For example
Data Base 1 Column - ID Column Price
Data Base 2 Column - ID Column Price
I want to take each value from Database 1 compare to see if there is a match in DB2 by ID and then see if the prices are the same. If they are the same ouput the value if they are not output “wrong price” Data Base 2 is the Truth data…