+ Reply to Thread
Results 1 to 10 of 10

Drop down based on multiple validation lists

Hybrid View

projectile Drop down based on multiple... 11-17-2011, 07:16 AM
beaunydal Re: Drop down based on... 11-17-2011, 09:30 AM
projectile Re: Drop down based on... 11-17-2011, 10:07 AM
Miraun Re: Drop down based on... 11-17-2011, 10:13 AM
projectile Re: Drop down based on... 11-17-2011, 10:16 AM
projectile Re: Drop down based on... 11-17-2011, 02:14 PM
Whizbang Re: Drop down based on... 11-17-2011, 09:51 AM
Whizbang Re: Drop down based on... 11-17-2011, 02:24 PM
projectile Re: Drop down based on... 11-17-2011, 02:42 PM
Haseeb Avarakkan Re: Drop down based on... 11-17-2011, 11:11 PM
  1. #1
    Forum Contributor
    Join Date
    01-28-2010
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2003
    Posts
    157

    Re: Drop down based on multiple validation lists

    If you name the lists you can use the INDIRECT function to refer to the appropriate Source.
    Say the three cells with Companies 1 to 3 under the 111 heading are named...
    _111Cos
    and similarly for the two other Company lists...
    _222Cos
    _333Cos

    then on the Data Validation dialogue this formula will refer to the appropriate companies depending on the value selected in B12...
    =INDIRECT("_"&$B$12&"Cos")

    Beau Nydal
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    07-21-2011
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: Drop down based on multiple validation lists

    Hi Beau,

    thanks for the reply but the idea of the bottom list is it's suppose to be one big list of all the companies based on what is chosen in cell B12 B13 and B14

    e.g. if B12 is 111 and B13 is 222 then the list should display Company 1 to company 7

    see attached image hope this is clearer.

    Regards
    Attached Images Attached Images
    Last edited by projectile; 11-17-2011 at 10:19 AM.

  3. #3
    Valued Forum Contributor Miraun's Avatar
    Join Date
    04-03-2009
    Location
    New England
    MS-Off Ver
    2003, 2007, 2010, 2013
    Posts
    554

    Re: Drop down based on multiple validation lists

    I recreated it, and put in the variable lookups like you were asking for, rather than just setting a static list. Here's the solution:
    Going for Guru! Click the Star to the bottom left of this post if I helped!

  4. #4
    Registered User
    Join Date
    07-21-2011
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: Drop down based on multiple validation lists

    Hi Miraun,

    I think you've attached the wrong item, it's the jpg I attached.

    Regards

  5. #5
    Registered User
    Join Date
    07-21-2011
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: Drop down based on multiple validation lists

    Hi
    Can anyone help ?
    Thanks

+ 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