Quote Originally Posted by Code Flunkie View Post
a unique value is any cell that contains "dog" but is not already in the array. so if "dog, cat" is in the array already, the next cell that contains "dog, cat" should be skipped and not added to the array a second time
What about "cat, dog" ?