I have a sheet where I am using a Drop down and when I select one of the items in the list I want to return all values that match from another table.
My sheet looks like this right now under the EE, PE and Maint columns I have more then one entry but only get one to return.
ex: under EE I should return Gene and then below this name Stan.
A B C D
<table x:str="" style="border-collapse: collapse; width: 250pt;" border="0" cellpadding="0" cellspacing="0" width="333"><col style="width: 48pt;" width="64"> <col style="width: 58pt;" width="77"> <col style="width: 48pt;" span="3" width="64"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl23" style="height: 12.75pt; width: 48pt;" height="17" width="64">
</td> <td class="xl25" style="width: 58pt;" width="77">Drop Down</td> <td class="xl26" style="width: 48pt;" width="64">EE</td> <td class="xl26" style="width: 48pt;" width="64">PE</td> <td class="xl26" style="width: 48pt;" width="64">MAINT</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl22" style="height: 12.75pt;" height="17">Vendor:</td> <td>LAM</td> <td class="xl24">Gene</td> <td class="xl24">Warwick</td> <td class="xl24">Mike</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> </tbody></table>
My sheet looks like this right now under the EE, PE and Maint columns I have more then one entry but only get one to return.
ex: under EE I should return Gene and then below this name Stan.
A B C D
<table x:str="" style="border-collapse: collapse; width: 250pt;" border="0" cellpadding="0" cellspacing="0" width="333"><col style="width: 48pt;" width="64"> <col style="width: 58pt;" width="77"> <col style="width: 48pt;" span="3" width="64"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl23" style="height: 12.75pt; width: 48pt;" height="17" width="64">
</td> <td class="xl25" style="width: 58pt;" width="77">Drop Down</td> <td class="xl26" style="width: 48pt;" width="64">EE</td> <td class="xl26" style="width: 48pt;" width="64">PE</td> <td class="xl26" style="width: 48pt;" width="64">MAINT</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl22" style="height: 12.75pt;" height="17">Vendor:</td> <td>LAM</td> <td class="xl24">Gene</td> <td class="xl24">Warwick</td> <td class="xl24">Mike</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> <tr style="height: 12.75pt;" height="17"> <td style="height: 12.75pt;" height="17">
</td> <td>
</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> <td class="xl24" x:err="#N/A">#N/A</td> </tr> </tbody></table>