Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel - Have 2 workbooks need to combine into 1 w/ conditions

Status
Not open for further replies.

southbeach

Programmer
Jan 22, 2008
879
US
I have two workbooks. Each have the same columns. I need to create a new workbook extracting all rows where values on two of the columns in workbook1 are same as columns in workbook2.

How is this done?

Thank you all in advance!


--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
 




Hi,

I'd use MS Query. Use Data > Import External Data to get the data from each workbook in a separate sheet. Let's say Sheet2 & Sheet3.

Then on Sheet1, join the two using Data > Import External Data to access and join Sheet2 & Sheet3.

Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top