Thanks, but I have tried a wildcard a few different ways. Where would it go in the attached screenshot in the Lookup_array?You can use the * as a wild card
=XLOOKUP(@[User Name],Oct1521!C[6],Oct1521!C[2])Can you post your actual formula.
Beautiful, thanks so much!Ok, tryExcel Formula:=XLOOKUP("*"&@[User Name]&"*",Oct1521!C[6],Oct1521!C[2],,2)
This is working absolutely great, but I'm curious now if we can add an additional wrinkle. Now I believe the wildcard search stops at the first "find", can the search continue and return additional "finds"?Glad to help & thanks for the feedback.