Find exact text in list
I'm working with Lists and list functions and I'm having difficulty figuring out how to locate the exact text contained in a list. For example, in the following nameList I would like to create another list if the nameList contains the exact text specified in the variable "name". However, the Contains function doesn't obtain just the value specified in the variable "name". Any ideas why the creati...