I'm trying to get a data validation list that will list 5 options based on the Item Value
The following example has "Item 1" and "Item 2" and the validation options for these items
I want to set data validation for cells B7 and B8 so that the options are per the list above
Thanks
Greg
The following example has "Item 1" and "Item 2" and the validation options for these items
I want to set data validation for cells B7 and B8 so that the options are per the list above
A | B | C | D | E | F | |
1 | Item | Option 1 | Option 2 | Option 3 | Option 4 | Option 5 |
2 | Item 1 | aaa | bbb | ccc | ddd | eee |
3 | Item 2 | 111 | 222 | 333 | 444 | 555 |
4 | ||||||
5 | ||||||
6 | Item | Option | ||||
7 | Item 1 | |||||
8 | Item 2 |
Thanks
Greg