• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Index Match Array Problems

MAH

New Member
I am trying to match one value on a worksheet and return all products that match the value. Any item with the date MAT to 16/04/17 as well as type and return a list of items that match. When I use the formula the same item keeps appearing.

The formula I am using is =INDEX(Sheet3!$B$5:$B$1206, SMALL(IF(ISNUMBER(MATCH(Sheet3!$A$5:$A$606, $A$3, 0)), MATCH(ROW(Sheet3!$A$5:$A$606), ROW(Sheet3!$A$5:$A$606)), ""), ROWS(Sheet3!B5:B5)))
 
Last edited:
Perhaps in this part ROWS(Sheet3!B5:B5) schould be ROWS(Sheet3!B$5:B5)))
Please upload a file to enable us to better understand the issue.
 
Back
Top