Lilfiger19
New Member
- Joined
- Feb 8, 2014
- Messages
- 7
Hi Guys!
Can anyone tell me how to do the following?
I have a workbook with two sheets. The first sheet (Detail) provides all of the data and the second sheet (Lookup) houses a data validation list. I want to be able to return all matches based off of an associate name, once chosen from the drop-down list.
If I choose Employee A (Detail!$D3), and that employee has several records on the detail tab, I want it to automatically return all of those records below the drop down box. I have tried using MATCH, INDEX & VLOOKUP to no avail.
Lookup Sheet:
[TABLE="width: 495"]
<tbody>[TR]
[TD][/TD]
[TD]Associate Name:[/TD]
[TD]Joe Smith[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Name[/TD]
[TD]EE ID[/TD]
[TD]Status[/TD]
[TD]Account Name[/TD]
[TD="colspan: 2"]Account number[/TD]
[/TR]
[TR]
[TD] Rec 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rec 2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rec 3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rec 4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rec 5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody><colgroup><col><col><col span="5"></colgroup>[/TABLE]
Detail Sheet
[TABLE="width: 554"]
<tbody>[TR]
[TD]Name[/TD]
[TD]EE ID[/TD]
[TD]Status[/TD]
[TD]Account Name[/TD]
[TD]Account number[/TD]
[/TR]
[TR]
[TD]Joe Smith[/TD]
[TD]Q062230[/TD]
[TD]Other[/TD]
[TD]RIVERSIDE SENIOR LI[/TD]
[TD="align: right"]20802252[/TD]
[/TR]
[TR]
[TD]Joe Smith[/TD]
[TD]Q052230[/TD]
[TD]Other[/TD]
[TD]DAYS INN-ATHENS #06[/TD]
[TD="align: right"]40804593[/TD]
[/TR]
[TR]
[TD]Jessica English[/TD]
[TD]F652230[/TD]
[TD]Full Commission[/TD]
[TD]MEALS ON WHEELS[/TD]
[TD="align: right"]40798878[/TD]
[/TR]
[TR]
[TD]Todd Williams[/TD]
[TD]F652230[/TD]
[TD]Full Commission[/TD]
[TD]CSL-WESTMINSTER ALF[/TD]
[TD="align: right"]70942586[/TD]
[/TR]
</tbody><colgroup><col><col><col><col><col></colgroup>[/TABLE]
Can anyone tell me how to do the following?
I have a workbook with two sheets. The first sheet (Detail) provides all of the data and the second sheet (Lookup) houses a data validation list. I want to be able to return all matches based off of an associate name, once chosen from the drop-down list.
If I choose Employee A (Detail!$D3), and that employee has several records on the detail tab, I want it to automatically return all of those records below the drop down box. I have tried using MATCH, INDEX & VLOOKUP to no avail.
Lookup Sheet:
[TABLE="width: 495"]
<tbody>[TR]
[TD][/TD]
[TD]Associate Name:[/TD]
[TD]Joe Smith[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Name[/TD]
[TD]EE ID[/TD]
[TD]Status[/TD]
[TD]Account Name[/TD]
[TD="colspan: 2"]Account number[/TD]
[/TR]
[TR]
[TD] Rec 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rec 2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rec 3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rec 4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rec 5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody><colgroup><col><col><col span="5"></colgroup>[/TABLE]
Detail Sheet
[TABLE="width: 554"]
<tbody>[TR]
[TD]Name[/TD]
[TD]EE ID[/TD]
[TD]Status[/TD]
[TD]Account Name[/TD]
[TD]Account number[/TD]
[/TR]
[TR]
[TD]Joe Smith[/TD]
[TD]Q062230[/TD]
[TD]Other[/TD]
[TD]RIVERSIDE SENIOR LI[/TD]
[TD="align: right"]20802252[/TD]
[/TR]
[TR]
[TD]Joe Smith[/TD]
[TD]Q052230[/TD]
[TD]Other[/TD]
[TD]DAYS INN-ATHENS #06[/TD]
[TD="align: right"]40804593[/TD]
[/TR]
[TR]
[TD]Jessica English[/TD]
[TD]F652230[/TD]
[TD]Full Commission[/TD]
[TD]MEALS ON WHEELS[/TD]
[TD="align: right"]40798878[/TD]
[/TR]
[TR]
[TD]Todd Williams[/TD]
[TD]F652230[/TD]
[TD]Full Commission[/TD]
[TD]CSL-WESTMINSTER ALF[/TD]
[TD="align: right"]70942586[/TD]
[/TR]
</tbody><colgroup><col><col><col><col><col></colgroup>[/TABLE]
Last edited: