View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
John Moore John Moore is offline
external usenet poster
 
Posts: 70
Default Index and Match with more than one Match

Hi guys, I am looking for a solution to an Index and Match problem I am
having. Im using the Index and Match as below using SMALL in front of the
index and Match, which returns every instance in a report ( Sheet 2 ) that
meets my criteria ( F$4 ), Sheet 2 column F is the first column I am
retrieving data from ,,,, what I want to do is have the formula return every
instance in the report that meets 2 criteria ,,, say product anme and product
type ( right now is returning product name only ). Anyone got any ideas if
this can be done with this formula or another?

=IF(ISERROR(SMALL(Sheet2!$C:$C,ROWS($F$4:F4))),"",
INDEX(Sheet2!F:F,MATCH(SMALL(Sheet2!$C:$C,
ROWS($F$4:F4)),Sheet2!$C:$C,0)))