How can I compare two lists of numbers to see if they are the same?

V

VILLABILLA

Hi,

I have two long lists of data, so two columns. The lists should be th
same, what is the easiest way to compare these lists and trace an
differences?

Thanks a lot in advance
 
A

anurag.d

Hi,
Try vlookup on the lists.
If the values r different in one of the lists it will thrwo up th #N
error otherwise it will return the value from the othe column
 
Top