Hello all,
I need to create a dynamic list to feed into a pull-down menu that I am working on. As far as I can see there are two main ways that this data can be entered, so suggestions for either method would be extremely welcome.
The initial data represents a column of information in a dynamic body of data ranging from 100 to 1000 rows. In this column, there are between 20 and 30 fruit types.... Now, if I use this column as the basis of the pull-down list, it will show "Oranges" 10-20 times in the list, whereas I would like each item to be shown only once, preferably in alphabetical order.
To this end I need to either create a dynamic list (multiple rows) in which each entry is represented once, OR I need to create a dynamic string, made up of each of the entries in a comma-separated list. Either would work fine, but I can't imagine how to do it. Any suggestions?
Best,
Max
I need to create a dynamic list to feed into a pull-down menu that I am working on. As far as I can see there are two main ways that this data can be entered, so suggestions for either method would be extremely welcome.
The initial data represents a column of information in a dynamic body of data ranging from 100 to 1000 rows. In this column, there are between 20 and 30 fruit types.... Now, if I use this column as the basis of the pull-down list, it will show "Oranges" 10-20 times in the list, whereas I would like each item to be shown only once, preferably in alphabetical order.
To this end I need to either create a dynamic list (multiple rows) in which each entry is represented once, OR I need to create a dynamic string, made up of each of the entries in a comma-separated list. Either would work fine, but I can't imagine how to do it. Any suggestions?
Best,
Max