ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   VLOOKUP with two sheets (https://www.excelbanter.com/excel-worksheet-functions/237169-vlookup-two-sheets.html)

C Kreig

VLOOKUP with two sheets
 
I have two worksheets with thousands of items. I want to ID which assets
were added in 3.2.09 but are now gone 7.1.09.

Only serialized items are of interest.

I am trying to figure out which serial numbers are in both worksheets.
Can you please help.
Thank you in advance for your time.


Don Guillett

VLOOKUP with two sheets
 
Look in the help index for MATCH or VLOOKUP or use a FIND macro
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"C Kreig" wrote in message
...
I have two worksheets with thousands of items. I want to ID which assets
were added in 3.2.09 but are now gone 7.1.09.

Only serialized items are of interest.

I am trying to figure out which serial numbers are in both worksheets.
Can you please help.
Thank you in advance for your time.



Per Jessen

VLOOKUP with two sheets
 
Hi

Use an unused column for this purpose and enter this formula:

=MATCH(A2,Sheet2!$A$2:$A$100,0)

where A2 is the first serial number to check and Sheet2!$A$2:$A$100 is the
column of other sheet with serial numbers.

Copy the formula down as required. If the formula result is #N/A the serial
number is not on both sheets.

Use an autofilter and filter fo #N/A to see all serial numbers which is only
on this sheet.

This has to be done for the other sheet too.

Hopes this helps.
....
Per

"C Kreig" skrev i meddelelsen
...
I have two worksheets with thousands of items. I want to ID which assets
were added in 3.2.09 but are now gone 7.1.09.

Only serialized items are of interest.

I am trying to figure out which serial numbers are in both worksheets.
Can you please help.
Thank you in advance for your time.




All times are GMT +1. The time now is 04:25 PM.

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