My worksheet has a range like (hypothetical, just an example):
Type: Name:
1 Orange
1 Blue
2 White
2 Green
2 Black
What I want to do is, when A1 value is "1" or "2" the dropdown/data validation in B1 will show only the correpondent names.
A1="1", shows "Orange, Blue"
A2="2", shows "White, Green, Black"
Is that possible without VBA or creating subtables for each type?
Thanks.
Type: Name:
1 Orange
1 Blue
2 White
2 Green
2 Black
What I want to do is, when A1 value is "1" or "2" the dropdown/data validation in B1 will show only the correpondent names.
A1="1", shows "Orange, Blue"
A2="2", shows "White, Green, Black"
Is that possible without VBA or creating subtables for each type?
Thanks.