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

Multiple Lookup with approximate match

Manny Singh

Member
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,

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
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
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!
 
Back
Top