I created a list in Excel as described in http://www.contextures.com/xlDataVal02.html
I want to have the following structure of dependant list.
List 1
List 2: Contents dependant on List 1
List 3: Contents dependant on List 2
List 4: Contents dependant on List 3
List 5: Contents dependant on List 1
I created List 1-4 using the method described in http://www.contextures.com/xlDataVal02.html but can not work out how to have List 5 also dependant on List 1. The values in all lists will need to be entered in a excel sheet and the number of items that will appear in the list will change. How can this be done and is it best to do it in VBA.
Also I want list 5 to display 2 values side by side.
Level %
1 4
2 8
3 16
4 40
5 42
6 55
7 70
While 2 values will be displayed the level value will need to be stored in the cell where the selection was made.
If anyone can help it would be greatly appreciated