PC Review


Reply
Thread Tools Rate Thread

Compare columns from different workbooks

 
 
ken957
Guest
Posts: n/a
 
      24th Jun 2008
I am using a workbook with thousands of lines. Some data is very old and
either missing or or out dated. In particular I am looking to find the
ship_date for each project_id. There is another worksheet that has about 80%
overlap with my workbook. How can i get the good ship_date information from
the other workbook into my workbook, and how can I see which project_ids are
missing in my workbook so I can add those rows?

ken
 
Reply With Quote
 
 
 
 
Thomas [PBD]
Guest
Posts: n/a
 
      24th Jun 2008
Ken,

This sounds like you want to use the VLOOKUP function.
Workbook A contains thousands of lines with outdated information, and you
wish to pull the correct information from Workbook B. I will assume that
Workbook A and B contain the Project_ID in Column A, and Ship_Date in Column
B.

Vlookup('Workbook A'!A1,'Workbook B'!$A$1:$A$1000,2,False)

This would return the Ship_Date for each Project_ID found in Workbook B. If
the Project_ID is not found within the specified ranges, it will return an
#N/A value.

Hope this helps.

"ken957" wrote:

> I am using a workbook with thousands of lines. Some data is very old and
> either missing or or out dated. In particular I am looking to find the
> ship_date for each project_id. There is another worksheet that has about 80%
> overlap with my workbook. How can i get the good ship_date information from
> the other workbook into my workbook, and how can I see which project_ids are
> missing in my workbook so I can add those rows?
>
> ken

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compare multiple columns in two workbooks? Ed Microsoft Excel Programming 4 22nd Mar 2007 06:07 PM
how do I compare columns in two different workbooks? =?Utf-8?B?UHJvdmlkZXI5ODEyMg==?= Microsoft Excel Misc 5 10th Mar 2005 03:33 AM
Compare two columns in two different workbooks Keenman Microsoft Excel Programming 4 10th Sep 2004 07:19 AM
Compare two columns in two different workbooks Keenman Microsoft Excel Misc 1 10th Sep 2004 03:04 AM
Compare 2 columns in seperate workbooks Keenman Microsoft Excel Worksheet Functions 0 10th Sep 2004 12:32 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:34 PM.