+ Reply to Thread
Results 1 to 4 of 4

Dependent Drop Down using Data Validation not working after save and re-opening file

  1. #1
    Registered User
    Join Date
    03-30-2015
    Location
    Houston, TX
    MS-Off Ver
    2010
    Posts
    10

    Question Dependent Drop Down using Data Validation not working after save and re-opening file

    I created 3 dependent drop down lists, each dependent on the previous drop down list's selection using the OFFSET MATCH function in Data Validation. After I save, close the file, and re-open, the first dependent drop down works but the 2nd and 3rd dependent drop down lists no longer work. I have to go back into Data Validation and click OK for each cell the drop down list is in. I have saved the file in a .xlsm format and used names for columns. Is there a macro that I can run for it to automatically re-fresh the Data Validations in each cell upon opening the file?

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Dependent Drop Down using Data Validation not working after save and re-opening file

    This should ne be happening, can up upload a small sample of what you are working with?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    02-20-2017
    Location
    Skopje, Macedonia
    MS-Off Ver
    2013
    Posts
    4

    Re: Dependent Drop Down using Data Validation not working after save and re-opening file

    Hi,

    I have the exact same problem as described by Laxb14....
    The first drop-down list have no issue and I am able to choose from the list, the second one, which is dependent on the first one, is also working and I am able to choose from the list depending on the first choice, but when I get to the third drop-down list, I am able to see the in-cell arrow, but nothing happens... I need to go to the data tab, open data validation, (the formula is still there for the cell(s) ), click ok and it activates the drop down list and I am able to make a choice of the list, depending on the previous two choices...
    This happens in both, Excel 2013 and Excel 2016, the file is saved as *.xlsm. I also deleted all macros I had, saved it as *.xlsx, unfreeze all panes, unlocked all cells in the second worksheet where all data is placed. Unprotected all worksheets... and again I save the file, close it, reopen it and the same problem with the third drop down list appears...!

    This are the formulas that I am using for the dependent drop down lists

    Data Validation formula in the second drop-down column: =OFFSET(Data!$W$2;MATCH($F7;INDIRECT(Table1[FirstColumn]);0);1;COUNTIF(INDIRECT(Table1[FirstColumn]);$F7);1)
    Data Validation formula in the third drop-down column that is actually not working after reopening the document: =OFFSET(Data!$Z$2;MATCH(1;(INDIRECT(Table2[FirstColumn])=$F7)*(INDIRECT(Table2[SecondColumn])=$G7);0);2;COUNTIFS(INDIRECT(Table2[FirstColumn]);$F7;INDIRECT(Table2[SecondColumn]);$G7);1)



    Did you already find any solution?
    I would be really grateful if someone is able to share it

    Thanks in advance

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Dependent Drop Down using Data Validation not working after save and re-opening file

    aspasovski86, welcome to the forum

    Unfortunately your post does not comply with Rule 4 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Data Validation - Drop-down Dependent List
    By l3il3i in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-21-2014, 03:46 AM
  2. [SOLVED] Multiple Dependent Data Validation drop down boxes
    By dawondr in forum Excel General
    Replies: 4
    Last Post: 01-23-2013, 10:00 AM
  3. [SOLVED] Data Validation using multiple dependent drop down lists
    By ceruppel in forum Excel General
    Replies: 4
    Last Post: 12-17-2012, 06:39 PM
  4. Dependent Data Validation/Drop Down
    By mpn1925 in forum Excel General
    Replies: 1
    Last Post: 08-10-2011, 01:19 PM
  5. Replies: 2
    Last Post: 05-12-2011, 09:23 PM

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