+ Reply to Thread
Results 1 to 9 of 9

list protection

  1. #1
    Icmeler
    Guest

    list protection

    I have drop down lists in various cells. I want to protect the cell so that
    users can select from the list but not type directly into the cell. How do I
    do this?

    Thankyou

  2. #2
    Dave Peterson
    Guest

    Re: list protection

    Use data|Validation instead?

    How did you create the dropdown?

    Icmeler wrote:
    >
    > I have drop down lists in various cells. I want to protect the cell so that
    > users can select from the list but not type directly into the cell. How do I
    > do this?
    >
    > Thankyou


    --

    Dave Peterson

  3. #3
    Icmeler
    Guest

    Re: list protection

    I created the dropdown by Data/Validation
    The list is on a separate sheet.

    "Dave Peterson" wrote:

    > Use data|Validation instead?
    >
    > How did you create the dropdown?
    >
    > Icmeler wrote:
    > >
    > > I have drop down lists in various cells. I want to protect the cell so that
    > > users can select from the list but not type directly into the cell. How do I
    > > do this?
    > >
    > > Thankyou

    >
    > --
    >
    > Dave Peterson
    >


  4. #4
    Dave Peterson
    Guest

    Re: list protection

    Make sure you stop invalid data on the Data|Validation|Error alert tab.

    Icmeler wrote:
    >
    > I created the dropdown by Data/Validation
    > The list is on a separate sheet.
    >
    > "Dave Peterson" wrote:
    >
    > > Use data|Validation instead?
    > >
    > > How did you create the dropdown?
    > >
    > > Icmeler wrote:
    > > >
    > > > I have drop down lists in various cells. I want to protect the cell so that
    > > > users can select from the list but not type directly into the cell. How do I
    > > > do this?
    > > >
    > > > Thankyou

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    Dave Peterson

  5. #5
    Icmeler
    Guest

    Re: list protection

    I've checked the box is ticked and it is.
    If I lock the cell I can't pick from the drop down list.
    If I unprotect I can either choose from the list or write directly in the
    cell.

    "Dave Peterson" wrote:

    > Make sure you stop invalid data on the Data|Validation|Error alert tab.
    >
    > Icmeler wrote:
    > >
    > > I created the dropdown by Data/Validation
    > > The list is on a separate sheet.
    > >
    > > "Dave Peterson" wrote:
    > >
    > > > Use data|Validation instead?
    > > >
    > > > How did you create the dropdown?
    > > >
    > > > Icmeler wrote:
    > > > >
    > > > > I have drop down lists in various cells. I want to protect the cell so that
    > > > > users can select from the list but not type directly into the cell. How do I
    > > > > do this?
    > > > >
    > > > > Thankyou
    > > >
    > > > --
    > > >
    > > > Dave Peterson
    > > >

    >
    > --
    >
    > Dave Peterson
    >


  6. #6
    Dave Peterson
    Guest

    Re: list protection

    But if you type into the cell directly, doesn't that have to match one of the
    values in that list?

    If I type something that doesn't match, then I get a message back from
    Data|Validation.

    (Copy|pasting is a different problem, though.)

    Icmeler wrote:
    >
    > I've checked the box is ticked and it is.
    > If I lock the cell I can't pick from the drop down list.
    > If I unprotect I can either choose from the list or write directly in the
    > cell.
    >
    > "Dave Peterson" wrote:
    >
    > > Make sure you stop invalid data on the Data|Validation|Error alert tab.
    > >
    > > Icmeler wrote:
    > > >
    > > > I created the dropdown by Data/Validation
    > > > The list is on a separate sheet.
    > > >
    > > > "Dave Peterson" wrote:
    > > >
    > > > > Use data|Validation instead?
    > > > >
    > > > > How did you create the dropdown?
    > > > >
    > > > > Icmeler wrote:
    > > > > >
    > > > > > I have drop down lists in various cells. I want to protect the cell so that
    > > > > > users can select from the list but not type directly into the cell. How do I
    > > > > > do this?
    > > > > >
    > > > > > Thankyou
    > > > >
    > > > > --
    > > > >
    > > > > Dave Peterson
    > > > >

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    Dave Peterson

  7. #7
    Icmeler
    Guest

    Re: list protection

    I wanted the cell to only allow picking from the list.

    "Dave Peterson" wrote:

    > But if you type into the cell directly, doesn't that have to match one of the
    > values in that list?
    >
    > If I type something that doesn't match, then I get a message back from
    > Data|Validation.
    >
    > (Copy|pasting is a different problem, though.)
    >
    > Icmeler wrote:
    > >
    > > I've checked the box is ticked and it is.
    > > If I lock the cell I can't pick from the drop down list.
    > > If I unprotect I can either choose from the list or write directly in the
    > > cell.
    > >
    > > "Dave Peterson" wrote:
    > >
    > > > Make sure you stop invalid data on the Data|Validation|Error alert tab.
    > > >
    > > > Icmeler wrote:
    > > > >
    > > > > I created the dropdown by Data/Validation
    > > > > The list is on a separate sheet.
    > > > >
    > > > > "Dave Peterson" wrote:
    > > > >
    > > > > > Use data|Validation instead?
    > > > > >
    > > > > > How did you create the dropdown?
    > > > > >
    > > > > > Icmeler wrote:
    > > > > > >
    > > > > > > I have drop down lists in various cells. I want to protect the cell so that
    > > > > > > users can select from the list but not type directly into the cell. How do I
    > > > > > > do this?
    > > > > > >
    > > > > > > Thankyou
    > > > > >
    > > > > > --
    > > > > >
    > > > > > Dave Peterson
    > > > > >
    > > >
    > > > --
    > > >
    > > > Dave Peterson
    > > >

    >
    > --
    >
    > Dave Peterson
    >


  8. #8
    Dave Peterson
    Guest

    Re: list protection

    I don't think that there's anything built into excel that would allow that--even
    comboboxes and dropdowns allow typing.



    Icmeler wrote:
    >
    > I wanted the cell to only allow picking from the list.
    >
    > "Dave Peterson" wrote:
    >
    > > But if you type into the cell directly, doesn't that have to match one of the
    > > values in that list?
    > >
    > > If I type something that doesn't match, then I get a message back from
    > > Data|Validation.
    > >
    > > (Copy|pasting is a different problem, though.)
    > >
    > > Icmeler wrote:
    > > >
    > > > I've checked the box is ticked and it is.
    > > > If I lock the cell I can't pick from the drop down list.
    > > > If I unprotect I can either choose from the list or write directly in the
    > > > cell.
    > > >
    > > > "Dave Peterson" wrote:
    > > >
    > > > > Make sure you stop invalid data on the Data|Validation|Error alert tab.
    > > > >
    > > > > Icmeler wrote:
    > > > > >
    > > > > > I created the dropdown by Data/Validation
    > > > > > The list is on a separate sheet.
    > > > > >
    > > > > > "Dave Peterson" wrote:
    > > > > >
    > > > > > > Use data|Validation instead?
    > > > > > >
    > > > > > > How did you create the dropdown?
    > > > > > >
    > > > > > > Icmeler wrote:
    > > > > > > >
    > > > > > > > I have drop down lists in various cells. I want to protect the cell so that
    > > > > > > > users can select from the list but not type directly into the cell. How do I
    > > > > > > > do this?
    > > > > > > >
    > > > > > > > Thankyou
    > > > > > >
    > > > > > > --
    > > > > > >
    > > > > > > Dave Peterson
    > > > > > >
    > > > >
    > > > > --
    > > > >
    > > > > Dave Peterson
    > > > >

    > >
    > > --
    > >
    > > Dave Peterson
    > >


    --

    Dave Peterson

  9. #9
    Icmeler
    Guest

    RE: list protection

    Thanks for your help.

    "Icmeler" wrote:

    > I have drop down lists in various cells. I want to protect the cell so that
    > users can select from the list but not type directly into the cell. How do I
    > do this?
    >
    > Thankyou


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1