+ Reply to Thread
Results 1 to 5 of 5

Dynamic Data validation Drop down

  1. #1
    Registered User
    Join Date
    03-17-2011
    Location
    UK
    MS-Off Ver
    Excel 2010, 2007, 2003
    Posts
    11

    Dynamic Data validation Drop down

    Hi there, I have been able to do this previously and cannot for the lfie of me remember how I did it.

    I have a Spreadsheet set out as following

    Sheet 1
    Row A1:F1 = Column titles
    Row 2 - BLANK (can have information put in columns G and beyond)
    A3:A1002 - Names (all entries unique)
    B3:D1002 - information about the data
    E3:E1002 - Either 1 or 0
    F3:F1002 - Currently if E=1, Name else Blank

    F can be changed or entirely removed if needs be.

    I need to create a drop down box on Sheet 2 that will populate with only those names (from column A) which are available (column E is 1) without blanks.

    I'm sure previously I used a formulae to create a list without blanks in column G, used a dynamic named range to create the dropdown. But I cannot remember the formula for column G to populate the list for the dynamic named range.

    Any advice?

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Dynamic Data validation Drop down

    Hi

    Take a look to this and if you can not handle this, pls upload a small sample workbook.

    http://www.contextures.com/xlNames01.html
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    03-17-2011
    Location
    UK
    MS-Off Ver
    Excel 2010, 2007, 2003
    Posts
    11

    Re: Dynamic Data validation Drop down

    I'm OK with dynamic named ranges, my issue is that the data is not consecutive, there are "" blanks or 0s in between data I need.

    I don't know how to upload a sample sheet.

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Dynamic Data validation Drop down

    To attach a file, push the button with the paperclip (or scroll down to the Manage Attachments button), browse to the required file, and then push the Upload button.

  5. #5
    Registered User
    Join Date
    03-17-2011
    Location
    UK
    MS-Off Ver
    Excel 2010, 2007, 2003
    Posts
    11

    Re: Dynamic Data validation Drop down

    Resoved using the following formula

    in column AD ={IFERROR(INDEX(BlanksRange,SMALL((IF(LEN(BlanksRange),ROW(INDIRECT("1:"&ROWS(BlanksRange))))),ROW(A1)),1),"")}

    And defining my dynamic range as
    =OFFSET('Skills Database'!$AD$3, 0, 0, COUNTA('Skills Database'!$AD$3:$AD$959)-COUNTIF('Skills Database'!$AD$3:$AD$959,""),1)
    Last edited by SPACKlick; 10-18-2012 at 09:44 AM.

+ 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