How can I get a validation list to display a unique list of items?
My list contains multiple instances of the same entries Im trying to get a validation list to display the unique values so:
Item1
Item1
Item2
Item2
Item2
Item3
Item3
will display in the validation list as
Item1
Item2
Item3
I can then use this to populate a second validation list.
Any ideas?
My list contains multiple instances of the same entries Im trying to get a validation list to display the unique values so:
Item1
Item1
Item2
Item2
Item2
Item3
Item3
will display in the validation list as
Item1
Item2
Item3
I can then use this to populate a second validation list.
Any ideas?