It sounds like you have the general idea of things, perhaps just carrying
them out in the wrong order?
This process will work whether the list of 84 cells (which will make up the
list shown in the cell we'll set up Data Validation for later) is on the same
sheet with the data validation cell or not.
You need to know where the Name Box is: it is the display area just above
the column identifier A and above the '1' identifier for row 1. It usually
shows the address of the cell you currently have selected.
So go and select all 84 cells and give them a name by typing a name such as
myList into the name box while those cells are selected. After typing in the
name you MUST press the [Enter] key or Excel will forget the name.
Now go to the cell you want the list to show up in. Choose Data |
Validation and for "Allow" - choose List. For "source" type in =myList and
click [OK]. That should be all there is to it. Now when you click in that
cell it should make the list of 84 entries available for you to select from.
NOTE: if your list of 84 names is on a different sheet than the one you were
trying to set up data validation for, that would explain why it wouldn't
work. Ordinarily the list has to be on the same sheet with the cell using
data validation. But by assigning a name to the range, the list can be in
any sheet in the workbook.
Hope this helps.
Eulalia Ledesma said:
How do I create a drop down list?
I have a list of 84 cells and I want to create a drop down list. I tried
doing the list and validating the data, but it still does not work.
Please help!!