+ Reply to Thread
Results 1 to 5 of 5

NEED HELP creating a drop-down based on selection from first drop-down on dynamic list

  1. #1
    Registered User
    Join Date
    01-15-2019
    Location
    Miami
    MS-Off Ver
    2016
    Posts
    66

    NEED HELP creating a drop-down based on selection from first drop-down on dynamic list

    Hi!

    I have a file with 3 tabs - The first tab (template) has a drop-down based on the funds list from tab 2 (Funds) that has an external oledb connection and updates automatically when the file is opened.
    My 3rd tab has several different IDs related to each fund in tab 2 and also has an external connection and updates automatically.

    What I need and can't figure out how to do is in my main tab (template) create a drop-down based on the fund selected in the first drop-down that pulls the IDs that are related to that specific fund based on list on tab 3 (ID).

    I'm attaching the file to make it easier to understand. I also wrote notes next to each tab to explain a little better.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: NEED HELP creating a drop-down based on selection from first drop-down on dynamic list

    I've set this up for you in the attached file. I've rearranged your data in the ID sheet by copying your IDs to different columns from row 2, and used the Legal Entity in row 1. I then set all these up as named ranges, using the entry in row 1 as the name (note, though, that names cannot contain spaces, so in Name Manager the spaces have been replaced by an underscore).

    Then in B4 of the Template sheet I set up Data Validation based on a List, with this location:

    =INDIRECT(SUBSTITUTE($A$4," ","_"))

    Note the spaces are changed to underscores, the same as the named ranges. Now when you select a particular Legal Entity in A4, the values available in B4 will change.

    Hope this helps.

    Pete
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    01-15-2019
    Location
    Miami
    MS-Off Ver
    2016
    Posts
    66

    Re: NEED HELP creating a drop-down based on selection from first drop-down on dynamic list

    Hi Pete,

    Thanks for the response. The only thing is, is that I simplified the list.. There are 50+ different funds and growing and the IDs are also increasing. Plus I assume that if a new fund gets added to the main list it wouldn't create a new table for it, with the IDs below, like the ones you created, right?

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: NEED HELP creating a drop-down based on selection from first drop-down on dynamic list

    What you say is correct - this was just to show you how it is done, using the file you provided.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    01-15-2019
    Location
    Miami
    MS-Off Ver
    2016
    Posts
    66

    Re: NEED HELP creating a drop-down based on selection from first drop-down on dynamic list

    I understand. Thank you for your help. But I need it to be dynamic and update automatically when new funds are added to the list. But I think that there's no way to do that. =/

+ 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. Creating IF formula based off drop-down list selection
    By scotty2tees in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-27-2018, 01:57 PM
  2. Replies: 5
    Last Post: 07-13-2016, 03:39 PM
  3. [SOLVED] Clear up to three dependent drop down lists based on selection in superior drop down list
    By theletterh in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-04-2016, 09:31 PM
  4. Populate Drop-down list based on selection from previous drop-down list
    By Diventus in forum Excel - New Users/Basics
    Replies: 14
    Last Post: 01-11-2013, 10:55 AM
  5. Populate Drop-down list based on selection from previous drop-down list
    By poison_stone in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 12-11-2012, 06:10 PM
  6. [SOLVED] Dynamic Ranges as drop down lists based on another drop down list
    By Excel_Beginner_1 in forum Excel General
    Replies: 4
    Last Post: 05-15-2012, 03:31 PM
  7. Dynamic drop down list selection (2007)
    By jik_ff in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-22-2010, 08:23 AM

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