+ Reply to Thread
Results 1 to 5 of 5

Data Validation with Indirect and Name Manager, created with Index or Offset functions

  1. #1
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Data Validation with Indirect and Name Manager, created with Index or Offset functions

    I was Created A Name Manger by using Formula as

    MyList1 - =Sheet1!$A$1:$A$8
    MyList2 - =Sheet1!$A$1:INDEX(Sheet1!$A:$A,MATCH("zzz",Sheet1!$A:$A))

    And Created Data Validation List By using formula - =INDIRECT(B1) in Cell C1

    So when I used MyList1 in Cell B1 the List showing well In Cell C1
    But when I used MyList2 in Cell B1 the List not showing any thing why?

    See the attached file
    Attached Files Attached Files
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Data Validation with Indirect and Name Manager, created with Index or Offset functions

    As far as I'm aware, INDIRECT doesn't work with dynamic named ranges.

    BSB

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Data Validation with Indirect and Name Manager, created with Index or Offset functions

    INDIRECT is very "picky".

    An alternative is to use CHOOSE.

    Put the range names in some cells...

    X1 = MyList1
    X2 = MyList2

    Then, as the source for the drop downs use:

    =CHOOSE(MATCH(B1,X1:X2,0),MyList1,MyList2)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,585

    Re: Data Validation with Indirect and Name Manager, created with Index or Offset functions

    In B6
    Sheet1!$A$1:$A$19
    In B7
    ="Sheet1!$A$1:$A$"&MATCH("ZZZ",A:A,1)

    B1:C3 validated.
    Attached Files Attached Files

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Data Validation with Indirect and Name Manager, created with Index or Offset functions

    You're welcome. Thanks for the feedback!

+ 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. [SOLVED] Offset Indirect Data Validation
    By jwillis07 in forum Excel General
    Replies: 7
    Last Post: 02-22-2019, 05:35 AM
  2. Replies: 11
    Last Post: 03-31-2016, 03:40 PM
  3. [SOLVED] Combining IF, OFFSET and INDIRECT functions.
    By dowell89 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-30-2013, 05:50 AM
  4. Replies: 2
    Last Post: 06-03-2013, 08:26 AM
  5. Replies: 2
    Last Post: 01-14-2013, 06:30 AM
  6. data validation using offset or index match
    By arnab0711 in forum Excel General
    Replies: 3
    Last Post: 01-24-2012, 06:46 AM
  7. Replies: 2
    Last Post: 12-10-2010, 11:39 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