How do I link two data validations together?

G

Guest

Combo boxes are not Data/Validation. You probably mean
Data/Validation drop-down lists. To have one datum
display based on another, use the VLOOKUP function.
Select one datum using a drop-down Data/Validation list,
and use the resulting datum to get the second datum using
VLOOKUP.
-----Original Message-----
Hi,

Is there a way to link two data validation combo boxes
together, so based on what is selected in the first list,
generates what is displayed in the second list?
 
Top