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

VLOOK UP - Multiple Corresponding Values

kkimiri

New Member
In the attached excel, in the staff list worksheet, how can i look up the person from the data worksheet to return the vales highlighted (i.e to have the look up formula in the staff worksheet ignore the false & Value returns from the data worksheet and pick the highlighted values and return the same)
 

Attachments

  • Vlook UP- Multiple.xlsx
    10.3 KB · Views: 9
Hi ,

See if this is OK.

Narayan
Hi Narayan,

I have one question for my understanding this formula don't mistake me.

1. Is this only pick the answer from 4th row in Data sheet.
2. If i change E4 cell (Make it "FALSE")in data sheet and E5 Cell i changed
GCP/KEN/085/EC this but the formula not working.

Once again don't mistake me ... Thanks in Advance
 
Hi Narayan,

I have one question for my understanding this formula don't mistake me.

1. Is this only pick the answer from 4th row in Data sheet.
2. If i change E4 cell (Make it "FALSE")in data sheet and E5 Cell i changed
GCP/KEN/085/EC this but the formula not working.

Once again don't mistake me ... Thanks in Advance
Hi ,

You are right ; see the file for the corrected formula. Thanks.

Narayan
 

Attachments

  • Vlook UP- Multiple.xlsx
    10.6 KB · Views: 22
Another option and in non-array formula solution.

In D4, formula copied across :

=INDEX(DATA!$E$3:$V$100,AGGREGATE(15,6,ROW(DATA!$C$3:$C$100)-ROW(DATA!$C$2)/($B4=DATA!$C$3:$C$100)/ISTEXT(INDEX(DATA!$E$3:$V$100,,MATCH(D$3,DATA!$E$2:$V$2,0))),1),MATCH(D$3,DATA!$E$2:$V$2,0))

Regards
Bosco
 

Attachments

  • Vlook UP- Multiple(1).xlsx
    11.5 KB · Views: 9
Another option and in non-array formula solution.

In D4, formula copied across :

=INDEX(DATA!$E$3:$V$100,AGGREGATE(15,6,ROW(DATA!$C$3:$C$100)-ROW(DATA!$C$2)/($B4=DATA!$C$3:$C$100)/ISTEXT(INDEX(DATA!$E$3:$V$100,,MATCH(D$3,DATA!$E$2:$V$2,0))),1),MATCH(D$3,DATA!$E$2:$V$2,0))

Regards
Bosco

Thanks A Lot!! this also works perfect. Appreciated :)
 
Back
Top