Manny Singh Member Jan 9, 2018 #1 Hi All, Could you help writing the formula to create a Multiple Lookup with approximate match? In the attached sheet, you will see the result in yellow highlighted cells, I need a formula for the same result. Cheers, Manny Attachments Book1.xlsx 10.8 KB · Views: 9
Hi All, Could you help writing the formula to create a Multiple Lookup with approximate match? In the attached sheet, you will see the result in yellow highlighted cells, I need a formula for the same result. Cheers, Manny
N Naresh Yadav Active Member Jan 9, 2018 #2 Hi, pls try this one.. =INDEX($D$3:$D$14,MAX(INDEX(($A$3:$A$14=$I$4)*((ROW($A$3:$A$14)-2)),,))) regards Naresh Attachments Book1 (15).xlsx 11.8 KB · Views: 7
Hi, pls try this one.. =INDEX($D$3:$D$14,MAX(INDEX(($A$3:$A$14=$I$4)*((ROW($A$3:$A$14)-2)),,))) regards Naresh
Manny Singh Member Jan 9, 2018 #3 Naresh Yadav said: Hi, pls try this one.. =INDEX($D$3:$D$14,MAX(INDEX(($A$3:$A$14=$I$4)*((ROW($A$3:$A$14)-2)),,))) regards Naresh Click to expand... Hi Naresh, Thanks for response and brilliant formula, but it needs tweaking. See attached file, the process result should be WPS-003 not WPS-004. Thanks, Manny Attachments Book1.xlsx 10.8 KB · Views: 12
Naresh Yadav said: Hi, pls try this one.. =INDEX($D$3:$D$14,MAX(INDEX(($A$3:$A$14=$I$4)*((ROW($A$3:$A$14)-2)),,))) regards Naresh Click to expand... Hi Naresh, Thanks for response and brilliant formula, but it needs tweaking. See attached file, the process result should be WPS-003 not WPS-004. Thanks, Manny
John Jairo V Well-Known Member Jan 9, 2018 #4 Hi, to all! Could try: [L3] : =INDEX(D$3:D$14,MATCH(1,INDEX(($A$3:$A$14=$I3)*($B$3:$B$14>$J3)*($C$3:$C$14>$K3),),)) And drag it right and down if necessary. Blessings!
Hi, to all! Could try: [L3] : =INDEX(D$3:D$14,MATCH(1,INDEX(($A$3:$A$14=$I3)*($B$3:$B$14>$J3)*($C$3:$C$14>$K3),),)) And drag it right and down if necessary. Blessings!
Manny Singh Member Jan 9, 2018 #5 John Jairo V said: Hi, to all! Could try: [L3] : =INDEX(D$3:D$14,MATCH(1,INDEX(($A$3:$A$14=$I3)*($B$3:$B$14>$J3)*($C$3:$C$14>$K3),),)) And drag it right and down if necessary. Blessings! Click to expand... Thanks John, works perfect, much appreciated.
John Jairo V said: Hi, to all! Could try: [L3] : =INDEX(D$3:D$14,MATCH(1,INDEX(($A$3:$A$14=$I3)*($B$3:$B$14>$J3)*($C$3:$C$14>$K3),),)) And drag it right and down if necessary. Blessings! Click to expand... Thanks John, works perfect, much appreciated.