+ Reply to Thread
Results 1 to 8 of 8

Drop down list question

  1. #1
    LilaDuncan
    Guest

    Drop down list question

    Please can anyone help me with this query?

    When I came to make a drop down list for data entry in a cell, I used
    the method:
    Select cell>Menu
    Bar>Data>Validation>Allow:List>Source:Yes,No,Undecided.

    When I went to the origial workbook I was using for an example and go
    to: Select cell>Menu Bar>Data>Validation>Allow:List>Source: The source
    field shows: =Choices.

    The only cell in the 3 sheet example workbook showing the entry:
    Choices, is the heading of the column where the drop down
    "Yes,No,Undecided" cells are located. There is no text defining the
    Yes,No,Undecided list choices there.
    How would go about finding the place in the workbook where this
    information is kept?

    TIA
    Lila


  2. #2
    JulieD
    Guest

    Re: Drop down list question

    Hi

    have a look under
    insert / name / define on the menu
    it sounds as though "choices" has been defined as a "range name"

    Cheers
    JulieD

    "LilaDuncan" <[email protected]> wrote in message
    news:[email protected]...
    > Please can anyone help me with this query?
    >
    > When I came to make a drop down list for data entry in a cell, I used
    > the method:
    > Select cell>Menu
    > Bar>Data>Validation>Allow:List>Source:Yes,No,Undecided.
    >
    > When I went to the origial workbook I was using for an example and go
    > to: Select cell>Menu Bar>Data>Validation>Allow:List>Source: The source
    > field shows: =Choices.
    >
    > The only cell in the 3 sheet example workbook showing the entry:
    > Choices, is the heading of the column where the drop down
    > "Yes,No,Undecided" cells are located. There is no text defining the
    > Yes,No,Undecided list choices there.
    > How would go about finding the place in the workbook where this
    > information is kept?
    >
    > TIA
    > Lila
    >




  3. #3
    Peo Sjoblom
    Guest

    Re: Drop down list question

    I think you have to post back with more information, what are you trying to
    do?

    Regards,

    Peo Sjoblom


    "LilaDuncan" <[email protected]> wrote in message
    news:[email protected]...
    > Please can anyone help me with this query?
    >
    > When I came to make a drop down list for data entry in a cell, I used
    > the method:
    > Select cell>Menu
    > Bar>Data>Validation>Allow:List>Source:Yes,No,Undecided.
    >
    > When I went to the origial workbook I was using for an example and go
    > to: Select cell>Menu Bar>Data>Validation>Allow:List>Source: The source
    > field shows: =Choices.
    >
    > The only cell in the 3 sheet example workbook showing the entry:
    > Choices, is the heading of the column where the drop down
    > "Yes,No,Undecided" cells are located. There is no text defining the
    > Yes,No,Undecided list choices there.
    > How would go about finding the place in the workbook where this
    > information is kept?
    >
    > TIA
    > Lila
    >




  4. #4
    LilaDuncan
    Guest

    Re: Drop down list question

    JulieD wrote:
    > Hi
    >
    > have a look under
    > insert / name / define on the menu
    > it sounds as though "choices" has been defined as a "range name"


    Thanks for the help Julie.
    I looked at 'Define' in the menus and you're right, 'Choices' is in the
    list.
    Even then, there is still no "Yes,No,Undecided" list options attached
    to this 'Name'. It's yet more code: ='R'!$M$2:$P$2.

    My limited understanding tells me I could've set this Validation List
    to include the "Yes,No,Undecided" options at the first stage of the
    list defining process. There must be some practical reason why the
    original author chose the long and complex route. I'm lucky to have the
    opportunity to learn these more complex processes by trying to adapt
    and update the original file, so I'll soldier on with it.

    Regards and best wishes,

    Lila

    > Cheers
    > JulieD
    >
    > "LilaDuncan" <[email protected]> wrote in message
    > news:[email protected]...
    > > Please can anyone help me with this query?
    > >
    > > When I came to make a drop down list for data entry in a cell, I

    used
    > > the method:
    > > Select cell>Menu
    > > Bar>Data>Validation>Allow:List>Source:Yes,No,Undecided.
    > >
    > > When I went to the origial workbook I was using for an example and

    go
    > > to: Select cell>Menu Bar>Data>Validation>Allow:List>Source: The

    source
    > > field shows: =Choices.
    > >
    > > The only cell in the 3 sheet example workbook showing the entry:
    > > Choices, is the heading of the column where the drop down
    > > "Yes,No,Undecided" cells are located. There is no text defining the
    > > Yes,No,Undecided list choices there.
    > > How would go about finding the place in the workbook where this
    > > information is kept?
    > >
    > > TIA
    > > Lila
    > >



  5. #5
    LilaDuncan
    Guest

    Re: Drop down list question

    Hi Peo,
    thanks for asking.
    Some of my Excel learning I can do at home. Fortunately, I can
    currently do quite a lot of it at work too, as long as I keep it
    confined to what the boss considers useful. We discussed whether I
    should work on developing new customer service spreadsheets from
    scratch, or alternatively, update and modify some existing ones. The
    boss seems to think that there's most to be gained from utilizing the
    existing ones. I'm just happy to be able to learn Excel on the job. :-)
    I'm a little more out of my depth than I would be if I was allowed to
    keep it simple (and probably limited) by starting afresh. This way I'm
    being forced to consider more complex structures than I would care to
    at my current level of ability but I am learning bit by bit, so it 's
    very useful.

    Regards and best wishes,

    Lila


  6. #6
    Debra Dalgleish
    Guest

    Re: Drop down list question

    Often, the lookup lists are entered in named ranges on the worksheet to
    make them easier to edit.

    For example, you might have many cells on the worksheet that have the
    Yes,No,Undecided options. Perhaps someone asks you to change the options
    to Ye,No,Undecided,N/A.

    If the options are listed in the data validation box, you'd have to
    select all the cells, and change the list. It would be possible to
    overlook one or more of the cells.

    If the options are in a named range in the workbook, you could simply
    make the change there, and it would be immediately changed in all the
    data validation cells that refer to that list.

    LilaDuncan wrote:
    > JulieD wrote:
    >
    >>Hi
    >>
    >>have a look under
    >>insert / name / define on the menu
    >>it sounds as though "choices" has been defined as a "range name"

    >
    >
    > Thanks for the help Julie.
    > I looked at 'Define' in the menus and you're right, 'Choices' is in the
    > list.
    > Even then, there is still no "Yes,No,Undecided" list options attached
    > to this 'Name'. It's yet more code: ='R'!$M$2:$P$2.
    >
    > My limited understanding tells me I could've set this Validation List
    > to include the "Yes,No,Undecided" options at the first stage of the
    > list defining process. There must be some practical reason why the
    > original author chose the long and complex route. I'm lucky to have the
    > opportunity to learn these more complex processes by trying to adapt
    > and update the original file, so I'll soldier on with it.
    >
    > Regards and best wishes,
    >
    > Lila
    >
    >
    >>Cheers
    >>JulieD
    >>
    >>"LilaDuncan" <[email protected]> wrote in message
    >>news:[email protected]...
    >>
    >>>Please can anyone help me with this query?
    >>>
    >>>When I came to make a drop down list for data entry in a cell, I

    >>

    > used
    >
    >>>the method:
    >>>Select cell>Menu
    >>>Bar>Data>Validation>Allow:List>Source:Yes,No,Undecided.
    >>>
    >>>When I went to the origial workbook I was using for an example and

    >>

    > go
    >
    >>>to: Select cell>Menu Bar>Data>Validation>Allow:List>Source: The

    >>

    > source
    >
    >>>field shows: =Choices.
    >>>
    >>>The only cell in the 3 sheet example workbook showing the entry:
    >>>Choices, is the heading of the column where the drop down
    >>>"Yes,No,Undecided" cells are located. There is no text defining the
    >>>Yes,No,Undecided list choices there.
    >>>How would go about finding the place in the workbook where this
    >>>information is kept?
    >>>
    >>>TIA
    >>>Lila
    >>>

    >>

    >



    --
    Debra Dalgleish
    Excel FAQ, Tips & Book List
    http://www.contextures.com/tiptech.html


  7. #7
    LilaDuncan
    Guest

    Re: Drop down list question

    Hi Debra,
    It's so obvious and clearly useful once explained. Many thanks for
    doing that.
    Regards and best wishes,
    Lila


  8. #8
    Debra Dalgleish
    Guest

    Re: Drop down list question

    You're welcome. There's more information about Data Validation in
    Excel's Help, and on my web site:

    http://www.contextures.com/xlDataVal01.html

    LilaDuncan wrote:
    > Hi Debra,
    > It's so obvious and clearly useful once explained. Many thanks for
    > doing that.
    > Regards and best wishes,
    > Lila
    >



    --
    Debra Dalgleish
    Excel FAQ, Tips & Book List
    http://www.contextures.com/tiptech.html


+ 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