I have a list that contains the lookup values such as "Jo" and an array that has values in single cells such as "John Doe" and a different row such as "Jo Doe" what method and settings could I use to find the cells containing "Jo Doe" and not "John Doe"? Do i need to split the array name cells to make this work, since my current XLOOKUP will return both the "Jo Doe" and the "John Doe"