B
BeccaJ
I'm trying to figure out the quickest way to search a column for a lis
of values and the answer may not always be exact.
For example, within a column, I want to find if there are any of a lis
companies (ABC, IBM, Sears, XYZ, etc.). Those companies may be liste
there, but not exact. For example, there may be ABC Inc. or AB
Corporation. This is a routine search.
When I use vlookup with a named range, I can only do exact matches. Fo
some reason, anyway that I try to use * does not find matches. I’v
tried the following:
=VLOOKUP(B2,Looklist,2,0) where “Looklist” refers to a named range an
B2 would be that row’s company that is being compared. Within my list
I have * on the names.
=VLOOKUP("*"&B2&"*",Looklist,2,0)
For instance, in my list, I have "Zak" and when it looks at a cell tha
says "Zak Designs", it comes back as a false finding. Those should be
match.
Any ideas?
Thank you for any help
of values and the answer may not always be exact.
For example, within a column, I want to find if there are any of a lis
companies (ABC, IBM, Sears, XYZ, etc.). Those companies may be liste
there, but not exact. For example, there may be ABC Inc. or AB
Corporation. This is a routine search.
When I use vlookup with a named range, I can only do exact matches. Fo
some reason, anyway that I try to use * does not find matches. I’v
tried the following:
=VLOOKUP(B2,Looklist,2,0) where “Looklist” refers to a named range an
B2 would be that row’s company that is being compared. Within my list
I have * on the names.
=VLOOKUP("*"&B2&"*",Looklist,2,0)
For instance, in my list, I have "Zak" and when it looks at a cell tha
says "Zak Designs", it comes back as a false finding. Those should be
match.
Any ideas?
Thank you for any help