Dean Thatcher
New Member
How can this be changed to be case sensitive. $L$6:$R$6 is where the search data is entered.
Would like to search for W or w, CHECK or check. the results would be all words that have a w or W, or CHECK OR check or Check in them
{=INDEX($B$9:$H$538, SMALL(IF(MMULT(ISNUMBER(SEARCH($L$6:$R$6, $B$9:$H$538))*($L$6:$R$6<>""), {1;1;1;1;1;1;1})=COUNTA($L$6:$R$6), MATCH(ROW($B$9:$B$538), ROW($B$9:$B$538)), ""), ROWS($A$1:A1)), COLUMNS($A$1:A1))}
Would like to search for W or w, CHECK or check. the results would be all words that have a w or W, or CHECK OR check or Check in them
{=INDEX($B$9:$H$538, SMALL(IF(MMULT(ISNUMBER(SEARCH($L$6:$R$6, $B$9:$H$538))*($L$6:$R$6<>""), {1;1;1;1;1;1;1})=COUNTA($L$6:$R$6), MATCH(ROW($B$9:$B$538), ROW($B$9:$B$538)), ""), ROWS($A$1:A1)), COLUMNS($A$1:A1))}
Last edited: