link to a dynamic range in another excel file

Rembrandt

New Member
Joined
Oct 15, 2002
Messages
10
Hi there,

Does anyone know how to refer to a dynamic range in another excel file, without having to open it, using excel 2000...
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
What do you mean by "dynamic range"?
Has the range of cells been given a name (eg. "Sales") in the workbook that is closed (better), or is it just a range of cells (eg. A1:D34)?
Either way, you can just type the formula into the open spreadsheet, viz;

Range has been named:
=+'C:MyWorkbook.xls'!Sales

or

Range has NOT been named:
=+'C:[MyWorkbook.xls]Sheet1'!$A$1

HTH
BigC
 
Upvote 0
I am using a named range defined as

OFFSET(MySheet!$A$1;0;0;COUNTA(MySheet!$A:$A);1)

extending automatically to the number of rows used
 
Upvote 0
In case of a dynamic range, Big C's suggestion only works when referring to an open workbook

Please help!!
 
Upvote 0
Hmmm, I expect that's because OFFSET is a volatile function.

Can you live with referencing the whole column(s) like this?

='C:[MyWorkbook.xls]Sheet1'!$A:$A
 
Upvote 0

Forum statistics

Threads
1,203,402
Messages
6,055,185
Members
444,768
Latest member
EMGVT

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