+ Reply to Thread
Results 1 to 3 of 3

How to add dynamic contents in drop down list

  1. #1
    Registered User
    Join Date
    03-15-2023
    Location
    India
    MS-Off Ver
    2010
    Posts
    7

    Post How to add dynamic contents in drop down list

    Hi Team,

    I would like my drop down list dynamic depending on contents of other column from other sheet.
    Can you please help me to achieve that ?

    Here in attached sheet I have 3 drop down lists , 1st one should have all the sheets names as list contents.
    2nd drop down must have contents of B column from respective selected sheet.

    Can you please help on this ?
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-15-2023
    Location
    India
    MS-Off Ver
    2010
    Posts
    7

    Re: How to add dynamic contents in drop down list

    Any help please ??

  3. #3
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,568

    Re: How to add dynamic contents in drop down list

    Perhaps this will help.
    1. Produce a list of products based on the name in cell A6 using the formula: =IFERROR(INDEX(INDIRECT(A$6&"!B3:B20"),MATCH(0,INDEX(COUNTIF(S$3:S3,INDIRECT(A$6&"!B3:B20")),,),)),0)
    Note that the list is shown in column S but may be moved and/or hidden for aesthetic purposes.
    2. Set the source of the data validation in cell C6 to read: =OFFSET($S$4,0,0,SUMPRODUCT(--($S$4:$S$21<>0)))
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Dynamic Arrays, Dynamic Drop down list, Filters and multiple rows
    By Big_Kev007 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-09-2020, 06:35 AM
  2. Replies: 8
    Last Post: 11-05-2019, 06:58 AM
  3. [SOLVED] Dynamic drop down in Userform From Dynamic list
    By juriemagic in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-31-2019, 02:30 AM
  4. Replies: 4
    Last Post: 01-16-2019, 10:20 AM
  5. Create dynamic drop down list from dynamic data source
    By rz6657 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-18-2016, 05:22 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. Replies: 5
    Last Post: 03-01-2012, 01:56 PM

Tags for this Thread

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