I have two lists of numbers, with each list being generated by it's own =INDIRECT function. I want to be able to select a number from list one, let's say 10, 20, 30, 40, and 50 are the numbers in the list. Then the second list is the same, but I need to restrict the available values. So if 10 is picked in list 1, then only 10 is available to pick in list 2; if 40 is picked in list 1, then in list 2 you can choose from 10, 20, 30, or 40.
Any help on making this work is appricitated!
Thanks
Bookmarks