Hi, I have the same formula in 365 and it work fine, How do I adjust it for Excel 2013, please?
Basically if I typed in apple in Col B Sheet name New List (another sheet), Column D in this sheet should return all value with the word "Apple" (like example in Col E).
Here is my current formula
=IFERROR(INDEX($B$1:$B$10,AGGREGATE(15,6,(ROW($B$1:$B$10)-ROW($B$1)+1)/ISNUMBER(SEARCH(IF(AND(MID(CELL("filename",'New List'!A1),FIND("]",CELL("filename",'New List'!A1))+1,255),CELL("col")=2),CELL("contents"),""),$B$1:$B$10)),ROWS($D$1:D1))),"")
Thank you so much for your help.
Result from Excel 2013
Capture.PNG
Result from 365
Capture.PNG
Bookmarks