+ Reply to Thread
Results 1 to 12 of 12

Unique Values in Dynamic Down List

Hybrid View

  1. #1
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2504
    Posts
    19,345

    Re: Unique Values in Dynamic Down List

    This may seem like a round about way to get this done, however...
    1. Populate columns L:O for the four regions using: =COUNTIFS(OffersTable[[Offer]:[Offer]],$K9,OffersTable[[Region]:[Region]],L$8)
    2. Populate lists of contents in columns G:J using: =IFERROR(INDEX($K$9:$K$22,AGGREGATE(15,6,(ROW($K$9:$K$22)-ROW($K$8))/(L$9:L$22>0),ROWS($A$1:$A1))),"")
    3. Name (see name manager) the lists of contents using the following as the refers to: =Solutions!$I$9:$I$22
    4. Use the following as the source of the data validation: =OFFSET(INDIRECT(G3),0,0,SUMPRODUCT(--(INDIRECT(G3)<>"")),1)
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  2. #2
    Registered User
    Join Date
    07-20-2019
    Location
    Miami
    MS-Off Ver
    365
    Posts
    69

    Re: Unique Values in Dynamic Down List

    The example above partially works though it wasn't clear to me how to incorporate in the dropdown. Perhaps I wasn't clear in my question so I've updated the original post's attachment (and posted here as well).

    I've figured out how to get the unique values in the drop-down list, however it requires three separate functions each piggy-backing off of the other.

    Based on the clarified question/expected result and my sample - is there a better way of doing this without VBA/Macros (perhaps cut the 3 formula down into a single formula)???

    Thanks
    Attached Files Attached Files

+ 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] dynamic and dependent drop down list with unique values
    By Villalobos in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-15-2019, 03:50 PM
  2. [SOLVED] Create a list of unique values from several columns in a dynamic table.
    By schurchill39 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-28-2018, 06:51 PM
  3. [SOLVED] Get list of unique values from dynamic range
    By BG1983 in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 02-09-2018, 02:15 PM
  4. dynamic list of unique values
    By td3201 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-14-2017, 12:38 AM
  5. [SOLVED] Dynamic Unique List from multiple dynamic columns
    By JO505 in forum Excel General
    Replies: 7
    Last Post: 06-11-2015, 05:41 PM
  6. [SOLVED] List unique values from multiple dynamic lists
    By andredl in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-22-2014, 02:37 AM
  7. Create unique list from dynamic list with dupes
    By kfryar in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-10-2014, 09:20 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