+ Reply to Thread
Results 1 to 3 of 3

2010-2007 Data Validation Lists

  1. #1
    Registered User
    Join Date
    05-16-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    1

    2010-2007 Data Validation Lists

    Ok, I have experienced the data validation lists created in 2010 not displaying in 2007 issue. I have also found some information as to how to fix it; use named ranges.

    Is there any other fix besides named ranges? I ask only because my data validation list is built off of dynamic data, therefore, I can't name the ranges.

    Thanks.

    EDIT: Ok, I tried saving the file as an Excel 97-2003 xls and that didn't work either. This is really dumb that Microsoft won't allow something like this.
    Last edited by nunyrdambizness; 05-18-2012 at 06:52 PM.

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: 2010-2007 Data Validation Lists

    hi nunyrdambizness, a named range can be dynamic using the OFFSET formula. u can also use a table for your data validation list so it becomes dynamic.
    Attached Files Attached Files

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: 2010-2007 Data Validation Lists

    1/. Avoid OFFSET() when defining dynamic named ranges, it's a volatile function and can severely impact on the efficiency of larger sheets.
    Better to use INDEX() and MATCH()

    2/. COUNTA() will return unexpected results if the list is formula derived and returns blanks.
    If the list is continuous and ends with formulae returning blanks, use COUNTIF("your range","<>""")
    If it isn't use INDEX() and MATCH()
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

+ 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