This is about the question but on a different part, on the first one my question was how to turn filter into older version I wasn't thinking about the search function as I thought I already had it -> ISNUMBER(SEARCH(INDIRECT(CELL("address")),$A$2:$A$15)) to search any on active cell on the sheet.
I got the filter part fixed, thanks to this board but now I'm thinking to search anywhere will slow the sheet down unnecessary when I only need it to search in particular area not the whole sheet. So it was kinda different part of the question in the same question. Not sure if that explain it?
Yes, there could be more than 1 cells with data in B2:B10 (so the formula would eventually search text from any active cell in the range
For example, if I type Juice in B3 and hit enter the list from D2 showing items with juice only, if I type Apple in B2 the list from D2 will change to show items with Apple only
View attachment 68770
Currently I have it formula that would work on any active cells on the sheet (I can type anywhere), but I want to limit to only range B2:B10 so that it wouldn't slow down the sheet.
So far I tried this but it not working properly
=IFERROR(INDEX($A$2:$A$15,AGGREGATE(15,6,(ROW($A$2:$A$15) ROW($A$2)+1)/ISNUMBER(SEARCH(INDIRECT(
IF(CELL("col")=2,CELL("contents"),"")),$A$2:$A$15)),ROWS(E$2:E2))),"")
Hope this clarify it better.
Thank you!
View attachment 68771