Select the cell then click on Data | Validation and on the pull-down
for Allow select List. If you just have a simple restricted list like
A, B, C, D then you can enter this directly into the Source box with
each item separated by a comma. If your list is more complex, then in
the Source box you should put a range that refers to where your list
is, e.g.:
=$D$1:$D$10
if you have a list of acceptable items in the cells D110 of the same
worksheet.
If your list is on another worksheet you will need to give the range a
name, eg "source_data", and then you can enter this named range in the
Source box.
I have created the drop-box and attached the list, but I am trying to protect
the cell so a user can only use the drop-box. In other words they can't even
attempt to enter an incorrect item causing a stop. I don't even want them to
be able to enter the cell just the drop-box.
I have created the drop-box and attached the list, but I am trying to protect
the cell so a user can only use the drop-box. In other words they can't even
attempt to enter an incorrect item causing a stop. I don't even want them to
be able to enter the cell just the drop-box.
Well, it would be nearly perfect. Except that it also must be linked
to a cell, and THAT cell cannot be locked, either.
I find the best way is still a ComboBox since the validation is
stronger. Put its linked cell out of the way, in a hidden row or
column. When you lock the sheet, they won't be able to find it to do
damage. You can still reference the hidden cell.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.