Data manipulation between 2 workbooks

ryalmokas

New Member
Joined
Jun 8, 2003
Messages
31
I have a "master" worksheet with 11 columns of data, including a column of symbols in col. A (up to 100 symbols).

I have another workbook, whose col. A contains my "master" symbols and many more (up to 500 symbols).

I want to use the symbols from "master" 1 at a time, find the matching symbol in the bigger workbook, take the value in col. J for the matching symbol, and put that value col. K of "master".

Also, in doing this, do both workbooks have to be open, or can the bigger one be closed?

Thanks for any help with the above.
 
=INDEX('C:\Documents and Settings\****\Desktop\Inv_Intell.xls\[Sheet1]Sheet1'!$J:$J,MATCH(#REF!,'C:\Documents and Settings\****\Desktop\My_Turtle.xls\[Sheet1]Sheet1'!$A:$A,0))

ok, BOTH Paths and Filenames should be EXACTLY The same, they both refer to the "big" file...

Try like this

=INDEX('C:\Documents and Settings\****\Desktop\[Inv_Intell.xls]Sheet1'!$J:$J,MATCH(A2,'C:\Documents and Settings\****\Desktop\[Inv_Intell.xls]Sheet1'!$A:$A,0))

Inv_Intell.xls is the "big" FILENAME
Sheet1 is the SHEETNAME in the "big" file
A2 is the value from "little" that you want to find in "big"
 
Last edited:
Upvote 0

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.

Forum statistics

Threads
1,215,575
Messages
6,125,629
Members
449,241
Latest member
NoniJ

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top