need formula to return data from one column after comparing 2 othe

J

Jeff W

I am trying to compare 2 worksheets for similar data. I have serial numbers
in column L on Sheet1 and serial numbers in column B on Sheet 2. I want to
look for duplicated serial numbers on both worksheets. I need a formula that
will search both Sheets for any duplicated serial numbers. When duplicate
serial numbers are found, I want the data in column C (Found Date) on sheet2,
to auto fill column H (Found Date) on Sheet1.
Jeff W
 
M

Max

In Sheet1,
Put in H2:
=IF(ISNUMBER(MATCH(L2,Sheet2!B:B,0)),INDEX(Sheet2!C:C,MATCH(L2,Sheet2!B:B,0)),"")
Copy down as far as required. Format as date.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top