LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Joining an Excel spreadsheet to another using Access

I would be inclined to stick with Access for this. Import the one spreadsheet
into one table and the other spreadsheet into the other. Create a query from
the two tables joining the two table on the Company name (by default this
will be an inner join that will only return records where you have a match)
Drop the fileds you want into the query table and run the query. It should be
very fast.

In Excel you could do this via Vlookup statements but this is going to be
VERY slow in comparison to Access...
--
HTH...

Jim Thomlinson


"Vincent Q. Dang" wrote:

Hey guys, any help on this would be very great.

I currently have two excel spreadsheets.

Excel Spreedsheet 1 contains 50,000 Company Names + CEO, Address, Phone
Number, Site
Excel Spreadsheet 2 contains 3,000 Company Names

All the companies in Spreadsheet 2 are available in Spreadsheet 1.

My purpose is to Have Spreadsheet 2 containing the 3000 company names +
the information found in spreadsheet 1. I did this once in Access by
joining the two tables but for the life of me cannot remember the
process within the Query that would spit out a table from spreadsheet 2
for me. Thank you.


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sharing access to an Excel spreadsheet? Victor Delta[_2_] Excel Discussion (Misc queries) 3 January 31st 09 04:43 PM
Joining only certain columns to a spreadsheet. MAD101 Excel Discussion (Misc queries) 1 October 27th 08 03:33 AM
Print excel spreadsheet with access jaweiland Excel Discussion (Misc queries) 0 October 15th 08 03:03 AM
Run Access macro from Excel Spreadsheet Karen Excel Discussion (Misc queries) 2 January 16th 07 03:59 PM
cannot access excel spreadsheet Renn Excel Discussion (Misc queries) 2 October 5th 05 12:23 PM


All times are GMT +1. The time now is 10:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"