Consulting

Results 1 to 4 of 4

Thread: Dropdown List from Table w/o Duplicates (NON VBA)

  1. #1

    Dropdown List from Table w/o Duplicates (NON VBA)

    Hey guys... I'm trying to figure something out for a co-worker and need a non-vba solution (if you can imagine that). It needs to be something others can manipulate/understand so I can't use my normal bag of tricks.

    I'm trying to populate a data validation list from a name range but the list-to-be is inside a mock database so each item in the list is shown multiple times. I'm using Excel post-2003 so I'm able to use a table to create my dynamic list, but I can't figure out how to get rid of the duplicates (without hitting Alt+F11).

    I've created the list in data validation using a named table, Table1. The column I want to derive a list from is titled "Examiners".

    The source formula (that returns duplicates) is:
    =INDIRECT("Table1[Examiners]")

    I know I'm looking for a non-vba solution in a VBA forum, but I've scoured the ends of the internet to no avail, so I'm coming here out of desperation. Any help would be greatly appreciated!!

  2. #2

  3. #3
    Thanks Kenneth, but I don't think that helps me.. I'm trying to use data validation to create a dropdown list from a table of records that will exclude the duplicate values. Elsewhere in the workbook there will be a data validation drop down that is populated with only the unique values from a specific column from that table of records.

  4. #4
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    Post a sample workbook for us to try.

    I can sort of do it with two helper columns using a dynamic named range for a normal range but it has blank rows at the end.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •