A Ateeb Ali Member Dec 12, 2018 #1 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 Chandoo.xlsx 146.4 KB · Views: 8
Dear Sir, File enclosed. Sheet4: when out rfq number in cell A2 it should return multiple values in each column from "data" sheet
R rahulshewale1 Active Member Dec 12, 2018 #2 Dear ateeb, PFA solution attached see if it is ok? Regard Rahul shewale Attachments Chandoo.xlsx Chandoo.xlsx 139.8 KB · Views: 13
Khalid NGO Excel Ninja Dec 12, 2018 #3 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,
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,
P Peter Bartholomew Well-Known Member Dec 12, 2018 #4 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 Filter table on multiple criteria (CSE array).xlsx 52.2 KB · Views: 14
Much the same formula - different construction. This will be so much simpler once dynamic arrays come to town!