+ Reply to Thread
Results 1 to 3 of 3

INDEX MATCH in a List Data Validation

  1. #1
    Registered User
    Join Date
    03-16-2018
    Location
    MA, USA
    MS-Off Ver
    2013
    Posts
    2

    INDEX MATCH in a List Data Validation

    I need to create a drop down list based on matching a cell to a table on another tab.
    For example on the Manual_Rates tab cell B1 needs to provide the applicable rows that match the applicable values on the Lists tab in row A1:CS1

    If B1 = 0A than the drop down in cell B3 should have the values:
    FRXDX
    FRXDY
    FRXDZ
    FRXFB
    FRXFC
    FRXFD
    FRXFE
    FRXFF
    FRXFH
    FRXFI
    FRXFL
    FRXFM
    FRXFN


    I also need to create another drop down on the Manual_Rates tab cell B1 needs to provide the applicable rows that match the applicable values on the Lists tab in cells DB1:GP1

    If B1 = 0A than the drop down in cell B5 should have the values:
    CHIR10A
    CHIR15A
    CHIR20A
    CHIR25A
    CHIR30A
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: INDEX MATCH in a List Data Validation

    =OFFSET(Lists!$A$2,0,MATCH($B$1,Lists!$a1:$cs1,0)-1,15,1)

    =OFFSET(Lists!$da$2,0,MATCH($B$1,Lists!$a1:$cs1,0),7,1)

  3. #3
    Registered User
    Join Date
    03-16-2018
    Location
    MA, USA
    MS-Off Ver
    2013
    Posts
    2

    Re: INDEX MATCH in a List Data Validation

    Thank you so much this worked perfect

+ 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 to find Y value in Table for Validation List
    By vbaDJ in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-05-2015, 02:53 AM
  2. 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
  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
  6. Data Validation with Index Match
    By Blake 7 in forum Excel General
    Replies: 2
    Last Post: 02-09-2011, 07:43 AM
  7. How do I use Data Validation and Index Match
    By MattyD1978 in forum Excel General
    Replies: 7
    Last Post: 05-25-2010, 06:45 AM

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