Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Could the OFFSET function be used with external references ? Everything
OK when the external workbook is open, but #VALUE is returned when not. I want OFFSET to work when the other workbook is closed. Here is an example : "Workbook1.xls" contains A1 : ='BOB B1 : ='ROGER "Workbook2.xls" contains (with other source opened) A1 : =OFFSET([Workbook1.xls]Sheet1!A1; 1; 0) = Return "ROGER" when workbook1.xls is open = Return #VALUE otherwise Is there any workaround for this problem ? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You should have read :
"Workbook2.xls" contains (with other source opened) A1 : =OFFSET([Workbook1.xls]Sheet1!A1; 0; 1) = Return "ROGER" when workbook1.xls is open = Return #VALUE otherwise |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why not just use
=[Workbook1.xls]Sheet1!B1 -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "braultg" wrote in message oups.com... You should have read : "Workbook2.xls" contains (with other source opened) A1 : =OFFSET([Workbook1.xls]Sheet1!A1; 0; 1) = Return "ROGER" when workbook1.xls is open = Return #VALUE otherwise |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Because I want my reference to workbook1 to be dynamic (i.e. the
referenced cell in workbook1 be dependant of a value in workbook2) Bob Phillips wrote: Why not just use =[Workbook1.xls]Sheet1!B1 -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "braultg" wrote in message oups.com... You should have read : "Workbook2.xls" contains (with other source opened) A1 : =OFFSET([Workbook1.xls]Sheet1!A1; 0; 1) = Return "ROGER" when workbook1.xls is open = Return #VALUE otherwise |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
OFFSET and external workbook references | Excel Discussion (Misc queries) | |||
OFFSET function on external sheets | Excel Worksheet Functions | |||
OFFSET function returning #VALUE when using external references | Excel Worksheet Functions | |||
Offset References | Excel Discussion (Misc queries) | |||
Making Address function & references as links to external files ?? | Excel Programming |