+ Reply to Thread
Results 1 to 5 of 5

How can I get around the DV drop down list limit

  1. #1
    Registered User
    Join Date
    10-07-2007
    Posts
    88

    How can I get around the DV drop down list limit

    Here is my problem.... in the attached spreadsheet I have multiple sheets. On the tab "Tech IDS", column A is named "Name" and column B is the tech ID that is associated with the name in column A. Column B is validated as List=Name. Now under the tab "CAL Form" under Column A I need to type the tech's name. Now under the tab "CAL SHEET TEMPLATE" the name that I typed corresponds with a given cell (i.e. B2='CAL Form'!A2). Notice though that I2 does not give a tech id b/c of DV dropdown list meeting its limit. Look at I68, Bob's id appears b/c he fits within the limits. My question is... how can I still use the list with more names or can I modify the formula (=INDEX(ID,MATCH(B68,Name,0))) to include another Match search?
    Attached Files Attached Files
    Last edited by concretetsunami; 08-07-2009 at 05:44 PM.

  2. #2
    Forum Contributor
    Join Date
    04-01-2009
    Location
    Irvine, CA
    MS-Off Ver
    Excel 2010
    Posts
    280

    Re: How can I get around the DV drop down list limit

    You could modify your List = Name to refer to:

    Please Login or Register  to view this content.
    Which would grow/shrink depending upon the number of Techs in column A.

  3. #3
    Registered User
    Join Date
    10-07-2007
    Posts
    88

    Re: How can I get around the DV drop down list limit

    So would I just go to the Validation menu and change List=Name to List=OFFSET('Tech IDs'!$A:$A,0,0,COUNTA('Tech IDs'!$A:$A),1)?

  4. #4
    Forum Contributor
    Join Date
    04-01-2009
    Location
    Irvine, CA
    MS-Off Ver
    Excel 2010
    Posts
    280

    Re: How can I get around the DV drop down list limit

    Under INSERT --> NAME --> DEFINE you should see your lists of "Names in workbook".

    Find "Name" and select it, the REFERS TO box will have a formula.
    Replace that formula with the one I gave you and ADD and CLOSE the dialog box.

  5. #5
    Registered User
    Join Date
    10-07-2007
    Posts
    88

    Re: How can I get around the DV drop down list limit

    Smashing!! It worked brilliantly! Thank you so much!!!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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