phaedrus1313
New Member
- Joined
- Nov 23, 2009
- Messages
- 5
Hi everyone,
(Windows 7, Excel 2010)
I'm using the INDIRECT and MATCH formula functions to create a data validation drop-down list that is based on a variable-length list of data items. When I setup the data validation list, everything is fine. But when I save, close, and re-open the spreadsheet, the drop-down list is empty (i.e. nothing happens when I click on the arrow) until I go back into the Data Validation dialog box and click OK (without making any changes).
I've put a spreadsheet that demonstrates the problem at http://dl.dropbox.com/u/11365687/dynamic-validation-list.xlsx [9k]
Here is a description of how I can reproduce the problem:
thanks,
phaedrus1313
(Windows 7, Excel 2010)
I'm using the INDIRECT and MATCH formula functions to create a data validation drop-down list that is based on a variable-length list of data items. When I setup the data validation list, everything is fine. But when I save, close, and re-open the spreadsheet, the drop-down list is empty (i.e. nothing happens when I click on the arrow) until I go back into the Data Validation dialog box and click OK (without making any changes).
I've put a spreadsheet that demonstrates the problem at http://dl.dropbox.com/u/11365687/dynamic-validation-list.xlsx [9k]
Here is a description of how I can reproduce the problem:
- In a blank worksheet, enter some data values in column C, starting in C1
- Select cell A1, and go into the Data Validation dialog box.
- Choose "List", and in the Source field enter: =INDIRECT("$C$1:$C$" & MATCH(2, 1/(C:C<>""),1))
- Click OK
- You should now have a drop-down list in cell A1 with the choices being the contents of column C. If you add or remove a value from column C, the choices in A1 should update automatically.
- Save the spreadsheet, close it, and re-open it.
- Click on A1 and try to open the drop-down list. Nothing should happen when you click on the arrow. This is the problem I'm seeing.
- If you then select A1, go back into the Data Validation dialog box, you'll see that the formula is still there properly. Click OK without making any changes, and now the drop-down works in A1 again.
thanks,
phaedrus1313