View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Wk
 
Posts: n/a
Default Look up to return multiple corresponding values

I am using the following formula to look up a value (in column A) that has
multiple corresponding values in column B. However, when I insert an
additional row at the top, the formula doesn't work anymore. What can I do?

=INDEX($A$1:$B$7,SMALL(IF($A$1:$A$7=$A$10,ROW($A$1 :$A$7)),ROW(1:1)),2)

Thanks.