ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   variable path in a link (https://www.excelbanter.com/excel-programming/324460-variable-path-link.html)

Christy

variable path in a link
 
Is there a way to use a variable in the path of a link. I would like to be
able to define the variable by typing it is a specific cell then update all
my links accordingly

For example say I have workbooks named pOffice22, pOffice23 etc in a
folder. All of these files are the same except they contain data from
different weeks. I have a summary workbook that I use to perform various
reports on this data. The data is transferred into the summary workbook via
links.

I would like to be able to type 22 in a cell and get the data from file
pOffice 22 or type 23 in the cell and get the data from file pOffice23.

Any help will be greatly appreciated
Christy

Gary Brown[_8_]

variable path in a link
 
Take a look at the InDirect function in HELP

"Christy" wrote in message
...
Is there a way to use a variable in the path of a link. I would like to
be
able to define the variable by typing it is a specific cell then update
all
my links accordingly

For example say I have workbooks named pOffice22, pOffice23 etc in a
folder. All of these files are the same except they contain data from
different weeks. I have a summary workbook that I use to perform various
reports on this data. The data is transferred into the summary workbook
via
links.

I would like to be able to type 22 in a cell and get the data from file
pOffice 22 or type 23 in the cell and get the data from file pOffice23.

Any help will be greatly appreciated
Christy




Christy

variable path in a link
 
Thanks Gary but I don't see how that helps me.

I have a workbook that will get data from several different (closed)
workbooks via links. I want the paths in those links to be variable and be
able to define that variable in a cell.

If the source folder contains workbooks named; xName1, yName1, zName1,
xName2, yName2 and zName2 - I want to type 2 in a predetermined cell and
link to the data in xName2, yName2 and zName2.

"Gary Brown" wrote:

Take a look at the InDirect function in HELP

"Christy" wrote in message
...
Is there a way to use a variable in the path of a link. I would like to
be
able to define the variable by typing it is a specific cell then update
all
my links accordingly

For example say I have workbooks named pOffice22, pOffice23 etc in a
folder. All of these files are the same except they contain data from
different weeks. I have a summary workbook that I use to perform various
reports on this data. The data is transferred into the summary workbook
via
links.

I would like to be able to type 22 in a cell and get the data from file
pOffice 22 or type 23 in the cell and get the data from file pOffice23.

Any help will be greatly appreciated
Christy





Tim Williams

variable path in a link
 
=INDIRECT("[Week" & A1 & "]Sheet1!$A$1")

Where (eg) A1 has your week number

Tim



"Christy" wrote in message
...
Thanks Gary but I don't see how that helps me.

I have a workbook that will get data from several different (closed)
workbooks via links. I want the paths in those links to be variable
and be
able to define that variable in a cell.

If the source folder contains workbooks named; xName1, yName1,
zName1,
xName2, yName2 and zName2 - I want to type 2 in a predetermined
cell and
link to the data in xName2, yName2 and zName2.

"Gary Brown" wrote:

Take a look at the InDirect function in HELP

"Christy" wrote in message
...
Is there a way to use a variable in the path of a link. I would
like to
be
able to define the variable by typing it is a specific cell then
update
all
my links accordingly

For example say I have workbooks named pOffice22, pOffice23 etc
in a
folder. All of these files are the same except they contain data
from
different weeks. I have a summary workbook that I use to perform
various
reports on this data. The data is transferred into the summary
workbook
via
links.

I would like to be able to type 22 in a cell and get the data
from file
pOffice 22 or type 23 in the cell and get the data from file
pOffice23.

Any help will be greatly appreciated
Christy







Bob Phillips[_6_]

variable path in a link
 
INDIRECT will not work on closed workbooks. For that you need Harlan's Pull
routine http://tinyurl.com/5zsxx

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Tim Williams" <saxifrax@pacbell*dot*net wrote in message
...
=INDIRECT("[Week" & A1 & "]Sheet1!$A$1")

Where (eg) A1 has your week number

Tim



"Christy" wrote in message
...
Thanks Gary but I don't see how that helps me.

I have a workbook that will get data from several different (closed)
workbooks via links. I want the paths in those links to be variable
and be
able to define that variable in a cell.

If the source folder contains workbooks named; xName1, yName1,
zName1,
xName2, yName2 and zName2 - I want to type 2 in a predetermined
cell and
link to the data in xName2, yName2 and zName2.

"Gary Brown" wrote:

Take a look at the InDirect function in HELP

"Christy" wrote in message
...
Is there a way to use a variable in the path of a link. I would
like to
be
able to define the variable by typing it is a specific cell then
update
all
my links accordingly

For example say I have workbooks named pOffice22, pOffice23 etc
in a
folder. All of these files are the same except they contain data
from
different weeks. I have a summary workbook that I use to perform
various
reports on this data. The data is transferred into the summary
workbook
via
links.

I would like to be able to type 22 in a cell and get the data
from file
pOffice 22 or type 23 in the cell and get the data from file
pOffice23.

Any help will be greatly appreciated
Christy









All times are GMT +1. The time now is 12:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com