• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Data validation list without duplicates

Davidator

New Member
Hi guys,
I've been searching everywhere but I can't seem to find the right solution to this problem.

Basically what I need is a drop-down list that ignores the duplicates, i.e:

Milk
Milk
Bread
Oil
Oil
Oil
Bread

The drop-down list would offer Milk, Bread and Oil as options (just an example. Real list is much biggger)
I've seen solutions that include creating an auxiliar list of the unique values, but this is not possible for me. Is there a way to achieve this with a single formula in the data validation source?

Much appreciated,
David
 

but this video is for cascading drop down lists, which is not what I am trying to do. What I need is just that from a (large) list with many duplicates, create a drop-down with the unique values, and that without the aid of n auxiliary table. I thought that wouldn't be such difficult problem, but I guess it's just not doable :/
 
Hey Davidator,

First create unique list in separate column then create make dynamic drop down, please refer attachment


but this video is for cascading drop down lists, which is not what I am trying to do. What I need is just that from a (large) list with many duplicates, create a drop-down with the unique values, and that without the aid of n auxiliary table. I thought that wouldn't be such difficult problem, but I guess it's just not doable :/
 

Attachments

  • unique with dropdown.xlsx
    8.9 KB · Views: 19
Back
Top