Hi, I'm fairly new to this forum.
I would appreciate assistance on improving my formula that works similar to the "Find & Select" (Binoculars) tool in Excel.
The formula partially works at present with some sub-strings, though with others does not display any or all the results that it should.
I would appreciate assistance on improving my formula that works similar to the "Find & Select" (Binoculars) tool in Excel.
The formula partially works at present with some sub-strings, though with others does not display any or all the results that it should.
Code:
=IFERROR(INDEX($F$5:$F$219, SMALL(IF(ISNUMBER(SEARCH($B$1, $I$5:$I$219,1)), MATCH(ROW($I$5:$I$219), ROW($I$5:$I$219))), ROW())),"")
[Code]/
For Example searching for "Red" in the list below (combined colour names & colour codes), does not yeild the result for Flame Red or Signal Red, however does list some other red colour names on the full list (over 400 text strings). I want to be able to search either part colour text or part colour codes.
Flame Red (984-19959)
French Blue Gloss (984-32725)
Lemon Yellow (984-32120)
Mistletoe Gloss (984-51040)
Navy (984-50282)
Orange (984-51439)
Anodic Bronze (961-19930)
Pommel Blue (984-51034)
Safety Yellow Gloss (984-2015G)
Signal Red (984-50735)
Space Blue (984-19990)
Thanking you in advance.