Connect data from hundreds of closed workbooks to one workbook

rgmatos3

New Member
Joined
Mar 4, 2014
Messages
1
Dear Scientists,

I have a simple problem but I really can't find an elegant solution (not ctrl + c and ctrl v).

Workbook "2014 Sales.xlsx" must have 12 worksheets, one per month, which one must have 31 columns that gets data from workbooks 2014 01 01.xlsx; 2014 01 02.xlsx 2014; 01 03.xlsx;... and so on, as externals links. And I must say that, I can NOT work with 31 different worksheets all open at the same time!

I know that, there is no way to make INDIRECT (....) read from closed workbooks. Period.

Is there a simple way to make that work? Maybe by using =procv(....).... Please don't send me complex solutions (VBA). I don't know how to use that! :cry:

I did a small example, but it gives you an idea.

Thanks and keep it easy, literally.

Workbook 2014 Sales
SalesDays
Shops123
a
b
c
d
e

<tbody>
</tbody>

Workbook 2014 01 01
Worksheet NY
ShopsSales
a
101
b102
c103
d104

<tbody>
</tbody>

Worksheet CA
ShopsSales
e105

<tbody>
</tbody>

Workbook 2014 01 02
Worksheet NY
ShopsSales
a201
b202
c203
d204

<tbody>
</tbody>

Worksheet CA
ShopsSales
e205

<tbody>
</tbody>

Workbook 2014 01 03
Worksheet NY
ShopsSales
a301
b302
c303
d304

<tbody>
</tbody>

Worksheet CA
ShopsSales
e305

<tbody>
</tbody>
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
if u want to connect to other excel documents take get certain information from them go to data tab click existing connections and select a blank one and click what info you want to connect hope it helps
 
Upvote 0

Forum statistics

Threads
1,216,175
Messages
6,129,305
Members
449,499
Latest member
HockeyBoi

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