R Rajendar Member May 12, 2018 #1 Dear Friends, Please help me to complete the formula. I need Vlookup to match the data from data sheet A:B Herewith attached sample sheet Thanks & Regards Aelma reddy Attachments VLOOKUP MATCH FORMULA.xlsx 9.8 KB · Views: 3
Dear Friends, Please help me to complete the formula. I need Vlookup to match the data from data sheet A:B Herewith attached sample sheet Thanks & Regards Aelma reddy
Khalid NGO Excel Ninja May 12, 2018 #2 Hi, Please try this: =IFERROR(INDEX(DATA!$C$2:$C$14,MATCH(FORMULA!A2&FORMULA!B2,INDEX(DATA!$A$2:$A$14&DATA!$B$2:$B$14,),0)),"") Regards,
Hi, Please try this: =IFERROR(INDEX(DATA!$C$2:$C$14,MATCH(FORMULA!A2&FORMULA!B2,INDEX(DATA!$A$2:$A$14&DATA!$B$2:$B$14,),0)),"") Regards,
R Rajendar Member May 12, 2018 #3 Hi, Khalid Thanks I copied this formulas and i was pasted in the cell. in one condition the same value is repeating. Please see the attachment Attachments Vlookup match with rows cells.xlsx 10.7 KB · Views: 5
Hi, Khalid Thanks I copied this formulas and i was pasted in the cell. in one condition the same value is repeating. Please see the attachment
B bosco_yip Excel Ninja May 12, 2018 #4 Then, try....... =IFERROR(INDEX(DATA!$C$2:$C$13,AGGREGATE(15,6,ROW(DATA!$C$2:$C$13)-ROW(DATA!$C$1)/(A2=DATA!$A$2:$A$13)/(B2=DATA!$B$2:$B$13),COUNTIFS(A$2:A2,A2,B$2:B2,B2))),"") Regards Bosco
Then, try....... =IFERROR(INDEX(DATA!$C$2:$C$13,AGGREGATE(15,6,ROW(DATA!$C$2:$C$13)-ROW(DATA!$C$1)/(A2=DATA!$A$2:$A$13)/(B2=DATA!$B$2:$B$13),COUNTIFS(A$2:A2,A2,B$2:B2,B2))),"") Regards Bosco