Using the Indirect.Ext function

H

henryhbb

I keep trying to use this function and it gives me an error even if th
source workbook is open or closed. I have a reference in a cell tha
pulls the cell value in another workbook based on the intersection o
two named ranges. The reference looks like this:

='K:\ACCTG\25 BUDGET\Department Budgets\GAMES 2005.xls'!Ja
'K:\ACCTG\25 BUDGET\Department Budgets\GAMES 2005.xls'!PR

Where "Jan" is the named column and "PR" is the named row.

I want the named column to change based on a cell value so I wrote th
following formula. The cell that holds the value is c179. The formul
looks like this:

=INDIRECT.EXT("'K:\ACCTG\25 BUDGET\Department Budgets\GAMES 2005.xls'!
& C179 & " 'K:\ACCTG\25 BUDGET\Department Budgets\GAMES 2005.xls'!Rev")

This just gives me a REF#! error. Is what I'm trying to do no
possible or am I just wrong in how I am writing this?

Any help would be greatly appreciated.

Henr
 
F

Frank Kabel

Hi
the original formula (without INDIRECT.EXT) does not seem to be a valid
reference either.

Also you can't access defined names from closed workbooks. This is not
possible!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top