How do I use FILTER in Excel?
Enter the source array, include condition, and not-found fallback in order. For contains-style filtering, build a TRUE/FALSE array with ISNUMBER(SEARCH("Tokyo", C2:C8)), then use a formula such as FILTER(A2:D8, ISNUMBER(SEARCH("Tokyo", C2:C8)), "No match").