+ Reply to Thread
Results 1 to 8 of 8

Data Validation - Indirect function

Hybrid View

  1. #1
    Registered User
    Join Date
    09-25-2008
    Location
    Manchester UK
    Posts
    38

    Re: Data Validation - Indirect function

    ok

    so list 1 contains different types of industry

    list 2 contains actual company names relating to the choice made in list 1

    list 3 needs to contain the same options for any of the companies selected in list 2...the selections here would only be different depending on the type of industry chosen in list 1..... they would be the same no matter what company was chosen...so it relates more to list 1 really

    eg
    list 1 - building, roofing, joinery
    list 2 - building - altd bltd cltd.....roofing - dltd eltd fltd.....joinery - gltd hltd iltd
    list 3 - for all building companies (altd, bltd, cltd) choices are x,y,z
    for all roofing companies (dltd, eltd, fltd) choices are u,v,w
    for all joinery companies (gltd, hltd, iltd) choices are r,s,t


    make more sense?

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Data Validation - Indirect function

    Attached is a workbook with a couple of options...

    Option 1 in Sheet1:

    Name only the Industry types as before..

    ...then for 3rd drop down use formula : =OFFSET(INDIRECT(A1),0,1,,)

    This assumes you have the same amount of choices as company names or you will have blanks at the bottom of the dropdown lists.

    Option 2 in Sheet2:

    Name Industry types as before.. and then name the options similarly but add a suffix, for example, Building_Choices, Roofery_Choices, Joinery_Choices

    And then use data validation formula: =INDIRECT(A1&"_Choices")
    Attached Files Attached Files
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    09-25-2008
    Location
    Manchester UK
    Posts
    38

    Thumbs up Re: Data Validation - Indirect function

    Thats great - much appreciated!

+ 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