I have a filter which filters based part matching. It matches referencing a data set in a drop down list based on table headers (Table 4)
=FILTER(Table4,ISNUMBER(SEARCH(D1,INDIRECT("Table4[" & A1 & "]"))),"NO MATCH FOUND")
this works above for table 4 which exists on sheet 1 for example, but i have the same table on sheet 2 (table5) i want to bring into the search filter above but i'm unsuccessful.
Its the same/similar table on sheet 1 that exists on sheet 2
how do i apply the search above across multiple tables across multiple sheets?
Bookmarks