+ Reply to Thread
Results 1 to 7 of 7

INDIRECT.EXT and List using Data Validation

  1. #1
    Registered User
    Join Date
    07-02-2013
    Location
    Cambodia
    MS-Off Ver
    Excel 2007
    Posts
    3

    INDIRECT.EXT and List using Data Validation

    Hi Everyone,

    I am trying to create a List using Data Validation, from the INDIRECT.EXT formula.

    The way I am trying to do so, is to define a Name Range "MODEL_LIST", and then do a List (using Data Validation) with this formula in Source: =MODEL_LIST

    And the Name Range has this formula: =INDIRECT.EXT("'PRICE MASTER.xlsm'!&B3")

    B3 is the Brand Variable which I want to change dynamically. However, this list does not work...

    The list would work if I substitute with the actual brand, put it into the formula as such: =INDIRECT.EXT("'PRICE MASTER.xlsm'!COKE"), but it is not dynamic anymore.

    Am I getting the syntax right? Or this method would not work? Please advise...

    Jimmy

  2. #2
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: INDIRECT.EXT and List using Data Validation

    looks like the formula oughta be
    =INDIRECT.EXT("'PRICE MASTER.xlsm'!"&B3)
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  3. #3
    Registered User
    Join Date
    07-02-2013
    Location
    Cambodia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: INDIRECT.EXT and List using Data Validation

    Hi JosephP

    Aha! got it work now! Thank you very much.

  4. #4
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: INDIRECT.EXT and List using Data Validation

    you're welcome :-)

    please don't forget to mark the thread solved

  5. #5
    Registered User
    Join Date
    07-02-2013
    Location
    Cambodia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: INDIRECT.EXT and List using Data Validation

    Hi Everyone,

    With JosephP's help, my above "syntax" error was resolved.

    Now my problem is that, I am not able to get the List (using Data Validation) to work, when the source file is closed. When it is open, it works like a charm, but when it is closed, the List just does not react.

    The formula I am using now is: =INDIRECT.EXT("'D:\FOLDER1\FOLDER2\PRICE MASTER.xlsm'!"&$B3)

    Again, am I having syntax error? Or the List (using Data Validation) just does not work as what I think it should?

    Thank you for anyone's help in advance.

    Jimmy

  6. #6
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: INDIRECT.EXT and List using Data Validation

    ignored my post
    Last edited by Teethless mama; 07-02-2013 at 02:17 PM.

  7. #7
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: INDIRECT.EXT and List using Data Validation

    I do not use morefunc but perhaps
    =INDIRECT.EXT("'D:\FOLDER1\FOLDER2\[PRICE MASTER.xlsm]'!"&$B3)
    if the source range is dynamic I doubt it will work with a closed workbook

+ 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