I have two separate lists in a workbook that are used to validate data for various fields. I have one field that needs to be a drop-down containing the combined data from both of these lists.
I am trying to figure out how to do one of the following:
1) Use validate to allow data that is contained in either of two lists without combining the lists into a single list (don't know if this is possible)
2) Make a third list that contains the data from each of the initial two lists but which does not have to be maintained separately (i.e. if I add or remove data from list 1 or list 2, the appropriate change is made in list 3 as well).
Any ideas?
Bookmarks