Forum Discussion
tenorway
Nov 20, 2019Copper Contributor
Using search function with array input to categorize rows
Hi ! I am trying to use a combination of search, isnumber, match and index to categorize rows. The category is supposed to be displayed on the same row. I have seen the combination used fo...
- Nov 20, 2019
Practically the same that Jan Karel suggested
=IFNA(INDEX($E$3:$E$6,MATCH(1,INDEX(--ISNUMBER(SEARCH($D$3:$D$6,B3)),0),0)),"")
Perhaps that's non-array formula.
Twifoo
Nov 21, 2019Silver Contributor
In the attached file, the wildcard lookup formula in C3 is:
=IFNA(LOOKUP(2,1/(
COUNTIF(B3,"*"&D$3:D$6&"*")),
E$3:E$6),"Keyword Not Found")
When copied down rows, the foregoing formula returns results, as shown below: