Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

External linking in OFFSET function call...

Status
Not open for further replies.

spazz41

Technical User
Sep 13, 2005
149
US
I have a call:
=LARGE(OFFSET('M:\Stats\[margin Vendor Weekly Sales and Orders.xls]2009'!$DH$3:$DH$999, 0, $A$4, 1000, 1),X4)

This only works if the margin Vendor Weekly report is open in the same excel session. I want it to work with it closed like the vlookup's I do. Here is an example of a vlookup that works with the sheet closed.
=VLOOKUP(A64,'M:\Stats\[margin Vendor Weekly Sales and Orders.xls]2009'!$C:$HK,110+$A$4,FALSE)

I'm thinking its something with OFFSET, but can't figure it out.
 



hi,
[tt]
=LARGE(OFFSET('M:\Stats\[margin Vendor Weekly Sales and Orders.xls]2009'!$DH$3:$DH$999, 0, $A$4, 1000, 1),X4)
[/tt]
what workbook/worksheet is $A$4 in?


Skip,
[sup][glasses]Don't let the Diatribe...
talk you to death![tongue][/sup][sub]
[glasses]Just traded in my old subtlety...
for a NUANCE![tongue][/sub]
 
$a$4 is in the main sheet that is making that OFFSET call.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top