+ Reply to Thread
Results 1 to 3 of 3

Can you link drop down menus

  1. #1
    NANCY
    Guest

    Can you link drop down menus

    We are creating form in excel and have 2 drop down menus - can you link
    options from the first drop down box to the second - Example

    Box #1 - has listing of deparment numbers

    Box #2 - has listing of account numbers

    We would like the outcome to be: Once the department is selected and you
    are selecting a account number - we would like "Only" the account numbers
    that pertain to that department as the option

  2. #2
    Forum Contributor
    Join Date
    12-02-2004
    Location
    London
    Posts
    255
    Yes you can, in the second validation, you use a List option and for the source have something like:-

    INDIRECT(HLOOKUP(A1,C1:E2,2,FALSE))

    Where A1 is your first List (Department), then in C1,D1,E1, you have all the possible values of the first validation, then in C2,D2,E2, you have wriiten as text the reference of the cells which contain account numbers for the department F1:F5, where F1 has account number 1, F2 has account number 2, and so on

    G

  3. #3
    Bob Phillips
    Guest

    Re: Can you link drop down menus

    You can but you need to program it. See
    http://www.contextures.com/xlDataVal02.html

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "NANCY" <[email protected]> wrote in message
    news:[email protected]...
    > We are creating form in excel and have 2 drop down menus - can you link
    > options from the first drop down box to the second - Example
    >
    > Box #1 - has listing of deparment numbers
    >
    > Box #2 - has listing of account numbers
    >
    > We would like the outcome to be: Once the department is selected and you
    > are selecting a account number - we would like "Only" the account numbers
    > that pertain to that department as the option




+ 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