Transfering data from one workbook to another automatically

PatAtWork

New Member
Joined
Mar 19, 2014
Messages
1
Here is what I am trying to do, If I have a document named Test.xls on my G:\ Drive and on my masterlog, that is also on the G:\ Drive, I have the name of that document listed in A1(Test)

I would like to have a formula that would say IF(G:\folder**** = A1 then populate B2 from Test.xls in masterlog E1.

Trying something to this affect

=if(iserr(indirect("G:\HQHROPS\Workplace Relations\Labour Relations\Staff Relations Case Files\Test["&Text(A265,"yyyymmdd")&".xlsx]Data'!$D$15))),"",(""G:\HQHROPS\Workplace Relations\Labour Relations\Staff Relations Case Files\Test["&Text(A265,"yyyymmdd")&".xlsx]Data'!$D$15)

I do know the work book will have to be open for Indirect, but that would still work to save alot of copy and pasting back and forth. Once data is populated I can simply Copy and Paste Values to remove formulas.

I am not good with macros, been trying to use indirect funtion but not being succesfull.

Thank you​


<!-- -->
progress.gif
Reply to Private Message Forward <!--
-->
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"

Forum statistics

Threads
1,216,038
Messages
6,128,447
Members
449,453
Latest member
jayeshw

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