That's good. Use the VLookup function to lookup the Cust Ref No from Book1
in Sheet2 (or the other way round).
eg: =Vlookup(A1,[Book2]Sheet1!A1:!65536,1,False)
If the #N/A Error is returned, the Cust Ref No does not exist in Book2. If
the Cust Ref No is returned, it exists in Book2. You can select all of the
errors, by use of
Goto (the F5 key), Special, Formulas, uncheck everything but 'Errors', or
simply use Autofilter.
HTH, post again if not...
--
Roger
jonathan182 said:
Hi Roger, I have two seperate workbooks. They are both workbooks
containing
customer's information. Each customer has a unique, customer reference
number. So there is a column in each workbook with *Customer Reference
Number* as the heading and I wanted to know if there was a quick and
hopefully easy way of finding any customer reference numbers that appear
in
both workbooks. The only thing that may be a problem is that the
workbooks
havent got all of the same number of columns with the same data, but they
both have the *Customer reference number* column which I need to see if
there
are any customer reference numbers that appear in both workbooks. The
customer reference numbers are 1 letter and 7 numbers eg. A0003264.
I hope this is enough information and thanks for taking the time to help
me!!