+ Reply to Thread
Results 1 to 6 of 6

Eliminate Choices From Drop Box As They Are Used

  1. #1
    Registered User
    Join Date
    09-24-2013
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    21

    Eliminate Choices From Drop Box As They Are Used

    I am wondering if it is possible to have the choices from a drop box eliminated after they have been selected.

    Any help is appreciated.

  2. #2
    Forum Contributor
    Join Date
    08-02-2013
    Location
    Wageningen, The Netherlands
    MS-Off Ver
    365
    Posts
    495

    Re: Eliminate Choices From Drop Box As They Are Used

    what do you mean by eliminated? from where? the original list from the dropdown box? a new list for a new dropdown box? some other range of data?
    When I say semicolon, u say comma!

  3. #3
    Registered User
    Join Date
    09-24-2013
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Eliminate Choices From Drop Box As They Are Used

    What I am wanting is once one of the choices is made from the drop list it cannot be used a second time. For example if my drop list contained 3 choices A B and C, once A was selected only B and C would remain in the drop list. I am also curious if it is possible to activate the mouse scroll wheel to use in the drop list to aid in making selections.

    Thank you for your interest.

  4. #4
    Forum Contributor
    Join Date
    08-02-2013
    Location
    Wageningen, The Netherlands
    MS-Off Ver
    365
    Posts
    495

    Re: Eliminate Choices From Drop Box As They Are Used

    If list range is A1:A3 and drowdownbox is in B1, use this:

    A1: =IF(B1="A","","A")
    A2: =IF(B1="B","","B")
    A3: =IF(B1="C","","C")

    So that once you select one of the values in the dropdown, the one in the list goes empty.

    Don't know about the scroll wheel

  5. #5
    Registered User
    Join Date
    09-24-2013
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Eliminate Choices From Drop Box As They Are Used

    I have attached the sheet for you to look at. The drop list was created off the teams sheet.

    Thank you for your help.
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    08-02-2013
    Location
    Wageningen, The Netherlands
    MS-Off Ver
    365
    Posts
    495

    Re: Eliminate Choices From Drop Box As They Are Used

    In the attachment is your file back with my solution.
    All I've done is change the options list in the Teams sheet by putting a formula around every value, that sais: "if you already find this value in the other sheet, don't show it here".
    So when you fill in one of the dropdowns, the value will appear empty in all the other dropdowns. This does create empty rules in your dropdown lists, which is not the prettiest sight, but it works If you want those empty lines to also disappear from the list, it would take a lot more work (for as far as I know), but it can be done if you like.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 06-12-2012, 11:40 AM
  2. Drop-down list choices restricting choices of other lists?
    By not_quite_excelling in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-25-2011, 06:04 AM
  3. Macro Drop Down Choices
    By unolax in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-15-2009, 04:12 PM
  4. Replies: 8
    Last Post: 02-22-2008, 12:53 PM
  5. [SOLVED] Drop Down Choices in a cell
    By Mary A in forum Excel General
    Replies: 1
    Last Post: 07-25-2006, 05:40 PM

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