I want to pull the Account Owner data in one table to the same field in another table with a formula that identifies a close match in the Account Name cells. Both tables have a list of Account Names. I’ve tried the following but neither seem to pick up some obvious matches.
=VLOOKUP(CONCATENATE("*",A2,"*"),'SF Data'!$A$1:$Q$4625,2,FALSE)
=VLOOKUP(CONCATENATE("*"&LEFT(A2,5)&"*"),'SF Data'!A1:Q4625,2,FALSE)
Bookmarks