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

Hlookup with multiple criteria

Manny Singh

Member
Hi All,

Could you please help me write up a Hlookup formula with multiple criteria, I have described the criteria in attached sheet.

I will appreciate help.

Regards,
Manny
 

Attachments

  • Book1.xlsx
    12.9 KB · Views: 13
@Manny Singh

Try this.

=CHOOSE(COUNT(MATCH({"GMAW","FCAW"},$B$2:$C$2,0))+1,NA(), IFERROR(HLOOKUP("GMAW",$B$2:$C$3,2,FALSE),HLOOKUP("FCAW",$B$2:$C$3,2,FALSE)),HLOOKUP("GMAW",$B$2:$C$3,2,FALSE)&HLOOKUP("FCAW",$B$2:$C$3,2,FALSE))

I tried to come up with something short and sweet, but couldn't. Then @Hui gave the idea.
 
Back
Top