ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   need formula to return data from one column after comparing 2 othe (https://www.excelbanter.com/excel-worksheet-functions/177210-need-formula-return-data-one-column-after-comparing-2-othe.html)

Jeff W

need formula to return data from one column after comparing 2 othe
 
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

Max

need formula to return data from one column after comparing 2 othe
 
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.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Jeff W" wrote:
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


Jeff W

need formula to return data from one column after comparing 2
 
Works Great. It's Awesome. Thanks Max
--
Jeff W


"Max" wrote:

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.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Jeff W" wrote:
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


Max

need formula to return data from one column after comparing 2
 
Good to hear that, Jeff. You're welcome.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Jeff W" wrote in message
...
Works Great. It's Awesome. Thanks Max
--
Jeff W





All times are GMT +1. The time now is 07:09 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com