+ Reply to Thread
Results 1 to 5 of 5

INDEX & MATCH to find Y value in Table for Validation List

  1. #1
    Registered User
    Join Date
    09-06-2013
    Location
    Canberra, Australia
    MS-Off Ver
    Excel 2003 (w) 2013 (h)
    Posts
    2

    INDEX & MATCH to find Y value in Table for Validation List

    Hi All,

    I'm trying to set up a dependent validation list that pulls it's data from the Y values of a table (first column) the list will be rather large, and there will be a number of initial values (that this list is dependent on). I am hoping to avoid having to use a structure like that shown in Table 1 below, and use one like that shown in Table 2 where TRUE indicates which result relates to each particular input. I have the following non volatile* formula (as a named 'range') which works with Table 1 for the validation list:
    Please Login or Register  to view this content.
    Table 1
    avenue vlresult
    av1 result1
    av1 result3
    av2 result2
    av2 result3
    av3 result1
    av4 result1
    av4 result4
    av5 result3
    av6 result2

    Table 2
    av1 av2 av3 av4 av5 av6
    result1 TRUE TRUE TRUE
    result2 TRUE TRUE
    result3 TRUE TRUE TRUE
    result4 TRUE

    I have tried to construct the formula myself but I've run into issues with MATCH only accepting a 1D array. Had thought to get around this by identifying the column first then conducting a standard INDEX MATCH on this 1D array, but alas I haven't had much luck with getting it to work...

    Any and all suggestions will be greatly appreciated, however I hope to keep the formula non volatile.

    I've attached a clean workbook with the above sample data and validation list: ExcelForum INDEX MATCH Validation.xlsx

    Cheers,
    DJ

    * At least I don't think it's volatile!

  2. #2
    Forum Contributor
    Join Date
    10-29-2014
    Location
    udaipur, rajasthan
    MS-Off Ver
    2007
    Posts
    352

    Re: INDEX & MATCH to find Y value in Table for Validation List

    Hi DJ,

    Looking for like this?
    Attached Files Attached Files
    If answer helped you say Thanks by Add Reputation

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: INDEX & MATCH to find Y value in Table for Validation List

    It's not volatile; but I do not think it will work; copied and pasted into the name drop-down confirms this; I get an error message telling me that it is not a valid reference.

    Not clear on what you are trying to do; so I'll hazard some guesses.

    Are you trying to build a two-dimensional range from columns A and B? If so, are you wanting to populate a drop-down from that? If that is the case it cannot be done.

    On the other hand if you are trying to populate a second drop down based upon the selection in your first drop-down that can be done. If that is the case there are a new set of questions.

  4. #4
    Registered User
    Join Date
    09-06-2013
    Location
    Canberra, Australia
    MS-Off Ver
    Excel 2003 (w) 2013 (h)
    Posts
    2

    Re: INDEX & MATCH to find Y value in Table for Validation List

    Hi Jitendra,

    Thank you for your response, unfortunately that does not provide the end result I'm after.

    To clarify, I hope to replace Table 1 with Table 2 and still have the validation list behave how it currently behaves.

    -DJ

  5. #5
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: INDEX & MATCH to find Y value in Table for Validation List

    Are each of the items in D3:D6 going to be drop-downs......also E2:J2 such that this formula in E3:J6 will generate variations of this such as is in your workbook?
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Row\Col
    D
    E
    F
    G
    H
    I
    J
    1
    Table 2
    2
    av1 av2 av3 av4 av5 av6
    3
    result1
    TRUE
    TRUE
    TRUE
    4
    result2
    TRUE
    TRUE
    5
    result3
    TRUE
    TRUE
    TRUE
    6
    result4
    TRUE


    or this variation?

    Row\Col
    D
    E
    F
    G
    H
    I
    J
    1
    Table 2
    2
    av1 av2 av3 av4 av5 av6
    3
    result1
    TRUE
    TRUE
    TRUE
    4
    result2
    TRUE
    TRUE
    5
    result1
    TRUE
    TRUE
    TRUE
    6
    result4
    TRUE

+ 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. Index-Match Data Validation List not working
    By totally_lost in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-16-2014, 09:27 AM
  2. Replies: 3
    Last Post: 05-19-2014, 02:01 PM
  3. [SOLVED] Index-Match Data Validation List
    By DinghoAteMyBaby in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-22-2013, 10:42 AM
  4. Data Validation List Using Index & Match Formula
    By rajeev.raj in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-16-2012, 03:08 AM
  5. [SOLVED] Index Match - Data Validation List - Result N/A
    By Veloso in forum Excel General
    Replies: 4
    Last Post: 07-21-2012, 12:49 PM

Tags for this Thread

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