Hi RITec,
in Excel, using named lists will allow you to automatically have control over the contents of a second list dependant on the choice made in a first list.
Make a list of the manufacturers, e.g.
Chevy
Ford
Dodge
as you probably already have.
Also make lists for the models of each manufacturer, and name each list to be the name of the manufacturer, e.g. make
Camero
Corvette
Monte Carlo
be named as Chevy.
Now, when you have a cell with the list of manufacturers as the Data Validation, ( Data/Validation/List etc ), use the contents of that cell to be the list in another cell that you want have displayed a list of models, and use this control as the list definition ...
=INDIRECT(A2)
assuming that A2 has the manufacturer.
This will show the models specific to the manufacturer chosen.
Hope this is what you want.
Glenn.