I have two column, W and R. W is the company name, and R is the test type of the company.They are in the sheet "List"
When I type the company name at column W, I can choose the list in column R, which has the test type of the company. For example, If I type "Batman" in W3, in the cell R3, I can choose "Batcar", "Bat-shirt".
The test type of the company is stored in another sheet called "Batman", located at column D.It would automatic update base on a database. When I add a new test type in the database, column D of the test type sheets would automatic refresh.
In "Login", at column R, I use a data validation to generate the list, It refer to "=INDIRECT(List!$W2322)". And in name manager, let "Batman" be the campany name, the name range would be "=Batman!$D:$D"
But in the list, it would start at the bottom with so many blanks. I want the list start at the beginning, and end with the last item in column D, no more blanks.
Can anyone help me?