Hi Dkehler,
It's unclear how you want these to work together. Are you trying to change what is looked up dependent of what is selected from the LoV?
You can do this with Names and INDIRECT. e.g.
Cell B2 is a Data Validation with a source of =$F$1:$G$1
F1:G4 are selected and have a Formulas, Create from Selection, Top Row names so I end up with entries in the Name Manager for Dog and Cat, each with their own list.
In D2 I have another Data Validation LoV with source =INDIRECT($B$2)
so if you selecet Dog in B2 you get the named range Dog so are offered Rover, Dexter and Max but if you select Cat in B2 then D2 offers Tifer, Fluffy and Tom.
| B | C | D | E | F | G |
---|
Dog or Cat? | Select Name | Dog | Cat | | | |
Cat | Fluffy | Rover | Tiger | | | |
Dexter | Fluffy | | | | | |
Max | Tom | | | | | |
<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]2[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]3[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: center"]4[/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
[TD="align: right"][/TD]
</tbody>
Sheet6
[TABLE="width: 85%"]
<tbody>[TR]
[TD]
Workbook Defined Names[TABLE="width: 100%"]
<thead>[TR="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]
[TH="width: 10px"]Name[/TH]
[TH="align: left"]Refers To[/TH]
[/TR]
</thead><tbody>[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]Cat[/TH]
[TD="align: left"]=Sheet6!$G$2:$G$4[/TD]
[/TR]
[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]Dog[/TH]
[TD="align: left"]=Sheet6!$F$2:$F$4[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]