Offset, indirect, match function limitation on linked worksheets.

N

NewAlgier

All of these three functions (offset, indirect, and match) seem to work only
if the linked worksheet is open. Since Vlookup and Hlookup work on closed
worksheets, I wonder if anybody has found a workaround for match and offset.
 
H

hrlngrv - ExcelForums.com

NewAlgier wrote..
All of these three functions (offset, indirect, and match) seem t wor
only if the linked worksheet is open. Since Vlookup and Hlooku wor
on closed worksheets, I wonder if anybody has found a workaroun fo
match and offset

MATCH works with references into closed workbooks, at least as i
formulas lik

=MATCH(A1,'C:\foo\Sheet1'!$A$1:$A$16,0

OFFSET and INDIRECT only work for references into open workbook
because both return range objects, and technically speaking, range
(as in Excel Range objects) exist *only* in *open* workbooks

There's no easy replacement for OFFSET into closed workbooks
Depending on what you're trying to do with the resulting arra
(multiple cell references into closed workbooks are explicitl
returned as array, not as ranges that are implicitly converted int
arrays when used as arrays) there may be work-arounds

As for INDIRECT, if you're trying to create dynamic references int
closed workbooks, se

http://groups-beta.google.com/group/microsoft.public.excel.worksheet.functions/msg/ac443753560f007

(or http://tinyurl.com/4ms2m

Note that Google is apparenly trying to make the newsgroup archive
more difficult to reference. Gone is the simplicity of using
messages Message-ID tag in the Google url. You'll now have to us
Google's own message ID
 

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