• 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.

Vlookup Array formula should return multiple values

Ateeb Ali

Member
Dear Sir,
File enclosed.

Sheet4: when out rfq number in cell A2
it should return multiple values in each column from "data" sheet
 

Attachments

  • Chandoo.xlsx
    146.4 KB · Views: 7
Hi,

Or this with just enter:

=IFERROR(INDEX(Data!$B$2:$H$2644,AGGREGATE(15,6,1/((Data!$A$2:$A$2644=$A$2)/(ROW(Data!$A$2:$A$2644)-1)),COUNTIF($A$2:$A2,$A2)),COLUMN(A1)),"")

Regards,
 
Much the same formula - different construction.
This will be so much simpler once dynamic arrays come to town!
 

Attachments

  • Filter table on multiple criteria (CSE array).xlsx
    52.2 KB · Views: 13
Back
Top