copy column A from one workbook to another workbook

mlbs

New Member
Joined
Jun 19, 2012
Messages
7
Hi, I am trying to copy column A from one workbook to another.

Reason, I have created an inventory workbook to automate most of task but receiving is entered in a seperate workbook, so i need to pull that data which is a list of serial # to my inventory book so i can auto calculate my inventory.

So to copy colimn A from po workbook to my inventory workbook this is the formula i have

=IF(ISNUMBER(MATCH('[po disk.xlsx]Sheet1'!$A:$A,1)),INDEX(july!$D$2:$D$10,MATCH('[po disk.xlsx]Sheet1'!$A$1:$A$10,1)),"")

This is not working can any one help me on this or point me in the correct direction.

thanks in advance
mlbs
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Would you rather have a macro do this for you? Sounds simple enough with a macro. If you prefer that one, please post the filepath of the PO workbook.

Hoping to hear from you.
 
Upvote 0
never thought about macro as i have never used them, But i am willing to learn if you can tell me how it works and where macro goes etc.

Thanks again for help.

mlbs
 
Upvote 0
sorry i forgot to post file path to po workbook duh!

S:\production\production shared\myfolder\po disk.xlsx
 
Upvote 0

Forum statistics

Threads
1,203,259
Messages
6,054,415
Members
444,724
Latest member
madhink

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