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

Complex lookup with multiple criteria

uday

Member
Hi,

Well, I want to custom a lookup formula in lookup sheet where numbers (2,3,4 & 65,12,35) in column C will be reflected based on criteria in column B (Foods,Liquors,Fruits) and A (Regions, country) and look up value will be 650066,652023,233333.

Regards,
Uday
 

Attachments

  • Lookup workbook.xlsx
    9.4 KB · Views: 12
Or…………………..

In "Lookup" sheet C1, copied down :

=IF(B1="","",INDEX(('Data sheet'!C$1:C$3,'Data sheet'!C$7:C$9),MATCH(2,MMULT(--(A1:B1='Data sheet'!A$1:B$3),{1;1}),),,MATCH(LOOKUP("zz",A$1:A4),{"Regions";"Country"},0)))

Regards
Bosco
 
Last edited:
Back
Top