+ Reply to Thread
Results 1 to 3 of 3

Dynamic drop down list based on table elements - possible???

  1. #1
    Registered User
    Join Date
    02-27-2012
    Location
    Uddevalla, Sweden
    MS-Off Ver
    Excel 2010
    Posts
    34

    Dynamic drop down list based on table elements - possible???

    I love working with (defined) tables connected to pivot tables. I also use GETPIVOTDATA to create dynamic reports with nice layouts. Sometimes I have drop downs list (Data validation) for choosing product, year, customer etc.

    But is it really possible in Excel (2010 or 2013) to create a drop down list (data validation) that show unique items from a field in my (defined) table?

    Please, I really, really need this feature

    Tobias

  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: Dynamic drop down list based on table elements - possible???

    I woud suggest making a separate list that will excude duplicates, and then making the D/D refer to that. Something like this will pull out unique entries from B2:B20, into C2, copied down...

    =INDEX($B$2:$B$20,MATCH(0,INDEX(COUNTIF($C$1:C2,$B$2:$B$20),0,0),0))
    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-27-2012
    Location
    Uddevalla, Sweden
    MS-Off Ver
    Excel 2010
    Posts
    34

    Re: Dynamic drop down list based on table elements - possible???

    Thanx!
    I did use table reference instead of $B$2:$B$20 and then created a named range with OFFSET-function connected to the unique list and then used that named range in my data validation.
    Thanks again for you input!
    /Tobias.

+ 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 formulas applied based on critera / drop down list
    By DeRo22 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-07-2013, 12:05 PM
  2. [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
  3. [SOLVED] Dynamic Table with Drop Down List - Only works on one tab.
    By hidden78731 in forum Excel General
    Replies: 1
    Last Post: 04-21-2012, 12:10 AM
  4. [SOLVED] Dynamic Table with Drop Down List
    By hidden78731 in forum Excel General
    Replies: 6
    Last Post: 04-19-2012, 02:01 PM
  5. Dynamic Chart based on Date drop down list
    By hazelwouldbe in forum Excel General
    Replies: 1
    Last Post: 07-21-2011, 11:32 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