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

Find value based on criteria and partial text

Villalobos

Active Member
Hello,

I would like to ask some help regarding that how to find a value based on criteria and partial text. There is one condition: the different partial texts should be managed inside the formula (not store in range).

I have atteched a sample file with the desired results.

Thank you in advance the answer!
 

Attachments

  • sample.xlsx
    12.2 KB · Views: 11
Try,

G6, copy down :

=IFERROR(LOOKUP(2,1/((B$6:B$28=E6)*MMULT(ISNUMBER(FIND({"TU0","KOMPRES","BO0"},C$6:C$28))+0,{1;1;1})),C$6:C$28),"")

Regards
Bosco
 
Back
Top