#1   Report Post  
jnix
 
Posts: n/a
Default Indirect links

I have a spreadsheet which links to cells in several other worksheets. Is
there a way I can select which worksheet to link to based on information in a
different cell? For instance, I want cell c5 in worksheet A to link to cell
ab4 in the worksheet identified in cell c1 in worksheet A.

Thanks,

jnix
  #2   Report Post  
Ron de Bruin
 
Posts: n/a
Default

Hi

See the help for the indirect function
with a sheet name in A1

=INDIRECT($A$1 & "!G3")




--
Regards Ron de Bruin
http://www.rondebruin.nl


"jnix" wrote in message ...
I have a spreadsheet which links to cells in several other worksheets. Is
there a way I can select which worksheet to link to based on information in a
different cell? For instance, I want cell c5 in worksheet A to link to cell
ab4 in the worksheet identified in cell c1 in worksheet A.

Thanks,

jnix



  #3   Report Post  
Posted to microsoft.public.excel.misc
Gerrit
 
Posts: n/a
Default Indirect links

This helped and again openup a range of needed simplifications for me..
However when using the suggested =INDIRECT($A$1 & "!G3") the file refered
to should be open or else I get the #ref curse...

If there are a way around this it would help me quite a lot!

Regards
Gerrit



"Ron de Bruin" wrote:

Hi

See the help for the indirect function
with a sheet name in A1

=INDIRECT($A$1 & "!G3")




--
Regards Ron de Bruin
http://www.rondebruin.nl


"jnix" wrote in message ...
I have a spreadsheet which links to cells in several other worksheets. Is
there a way I can select which worksheet to link to based on information in a
different cell? For instance, I want cell c5 in worksheet A to link to cell
ab4 in the worksheet identified in cell c1 in worksheet A.

Thanks,

jnix




  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Indirect links

Harlan Grove wrote a UDF called PULL that will retrieve the value from a closed
workbook.

You can find the function at Harlan's FTP site:
ftp://members.aol.com/hrlngrv/
Look for pull.zip

You may want to use a macro that would build the formulas to retrieve the values
from a closed workbook (on a hidden worksheet), then retrieve from there?

Gerrit wrote:

This helped and again openup a range of needed simplifications for me..
However when using the suggested =INDIRECT($A$1 & "!G3") the file refered
to should be open or else I get the #ref curse...

If there are a way around this it would help me quite a lot!

Regards
Gerrit

"Ron de Bruin" wrote:

Hi

See the help for the indirect function
with a sheet name in A1

=INDIRECT($A$1 & "!G3")




--
Regards Ron de Bruin
http://www.rondebruin.nl


"jnix" wrote in message ...
I have a spreadsheet which links to cells in several other worksheets. Is
there a way I can select which worksheet to link to based on information in a
different cell? For instance, I want cell c5 in worksheet A to link to cell
ab4 in the worksheet identified in cell c1 in worksheet A.

Thanks,

jnix





--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
Gerrit
 
Posts: n/a
Default Indirect links

Thanks million.. I have managed to found "pull" and it works!.. it is
however quite slow as I need to 'pull' about 35 cells from one workbook and
then I have a number of workbooks (up to 40)... so it runs for ages..

The values does not change that often and the 'update links' worked quite
well in the past.. Switching off auto calc and using F9 does not solve the
problem, because it does not apply only to 'update links'.. and f9 for a
small change takes then for ages..

I will investigate the option to solve this problem with a macro on a hidden
sheet.. Let me know if you got any additional advice, or else I will take it
it from here...

THANKS!!!



"Dave Peterson" wrote:

Harlan Grove wrote a UDF called PULL that will retrieve the value from a closed
workbook.

You can find the function at Harlan's FTP site:
ftp://members.aol.com/hrlngrv/
Look for pull.zip

You may want to use a macro that would build the formulas to retrieve the values
from a closed workbook (on a hidden worksheet), then retrieve from there?

Gerrit wrote:

This helped and again openup a range of needed simplifications for me..
However when using the suggested =INDIRECT($A$1 & "!G3") the file refered
to should be open or else I get the #ref curse...

If there are a way around this it would help me quite a lot!

Regards
Gerrit

"Ron de Bruin" wrote:

Hi

See the help for the indirect function
with a sheet name in A1

=INDIRECT($A$1 & "!G3")




--
Regards Ron de Bruin
http://www.rondebruin.nl


"jnix" wrote in message ...
I have a spreadsheet which links to cells in several other worksheets. Is
there a way I can select which worksheet to link to based on information in a
different cell? For instance, I want cell c5 in worksheet A to link to cell
ab4 in the worksheet identified in cell c1 in worksheet A.

Thanks,

jnix




--

Dave Peterson



  #6   Report Post  
David Billigmeier
 
Posts: n/a
Default

=INDIRECT(C1&"!AB4")

--
Regards,
Dave
<!--


"jnix" wrote:

I have a spreadsheet which links to cells in several other worksheets. Is
there a way I can select which worksheet to link to based on information in a
different cell? For instance, I want cell c5 in worksheet A to link to cell
ab4 in the worksheet identified in cell c1 in worksheet A.

Thanks,

jnix

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Reoccurring Edit Links Error Spyder Excel Discussion (Misc queries) 6 April 12th 05 02:30 PM
can't update links...can't find links GJR3599 Excel Discussion (Misc queries) 1 April 4th 05 04:56 PM
Links to other files Eric Excel Discussion (Misc queries) 1 February 24th 05 10:49 PM
Links in formulas change when another user runs a workbook L Mehl Excel Discussion (Misc queries) 2 November 27th 04 09:27 PM


All times are GMT +1. The time now is 10:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"