How to return a partial match using a search button, the FILTER formula together with ISNUMBER and SEARCH
EXACT MATCH: =FILTER(Table4[#All],Table4[[#All],[Country]]=L5,"No Records Found")
EXACT MATCH LINK: • Excel - Creating a search box and using th...
PARTIAL MATCH: =FILTER(Table4[#All],ISNUMBER(SEARCH(L5,Table4[[#All],[Country]])),"No Records Found")