+ Reply to Thread
Results 1 to 5 of 5

Alternative to Offset in a formula

  1. #1
    Registered User
    Join Date
    02-13-2013
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    21

    Alternative to Offset in a formula

    Hello, I found out that certain functions do not work with closed source files and one of them is offset which I am using in my formula: =OFFSET('[Master CPFR.xlsx]MOT VZN'!$B$1,MATCH($D$2,'[Master CPFR.xlsx]MOT VZN'!$B$1:$B$300,0),34). Please look at the formula and suggest what would work with a closed source file getting the same values and keeping the values.

    Thanks
    Ade

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Alternative to Offset in a formula

    looks like you want the value from '[Master CPFR.xlsx]MOT VZN'!$A$j2:aj300
    =INDEX('Master CPFR.xlsx] vzn'!$AJ$2:$AJ$300,MATCH($D$2,'Master CPFR.xlsx] vzn'!$B$1:$B$300,0))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    02-13-2013
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Alternative to Offset in a formula

    Thanks martindwilson. That worked perfectly. I appreciate the help.
    Ade

  4. #4
    Registered User
    Join Date
    02-13-2013
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Alternative to Offset in a formula

    martindwilson, I just realized that the tab information turns #Ref after I reopen the file:

    INDEX('U:\Sourcing\Vendor Demand Planning\Master CPFR\[Master CPFR.xlsx]#REF'!$Y$2:$Y$300,MATCH($D$2,'U:\Sourcing\Vendor Demand Planning\Master CPFR\[Master CPFR.xlsx]#REF'!$B$1:$B$300,0))

    Is there a fix for this?

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Alternative to Offset in a formula

    cant see why but then again i cant recreate that file path

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1