venunanduru
New Member
While using "Vlookup" or "Index", if the "lookup_value" is matching with more than one cell, how to get all those matched results
=COUNTIF(A10,$A$1&"*")
5. Enter the following formula in C10 , and copy it down till C20 ; this is an array formula , to be entered using CTRL SHIFT ENTER :
=IFERROR(INDEX($A$10:$A$20,SMALL(IF($B$10:$B$20<>0,ROW($B$10:$B$20)-ROW($B$10)+1,ROW($B$20)),ROW(A1))),"")