+ Reply to Thread
Results 1 to 3 of 3

Ignore Blanks In Dropdown Not Working...

  1. #1
    Forum Contributor
    Join Date
    04-06-2006
    Posts
    131

    Question Ignore Blanks In Dropdown Not Working...

    Hey There!

    This is in Excel 2003, FYI

    I having a really frustrating issue with a book I am working on...

    In a nut shell, on a tab titled 'Product List' I have a defined name called ProductList ranging from A2:A5017. On a tab titled 'Invoice Input' I have a series of boxes set up with Data Validation to allow a List, the source is =ProductList and both the 'Ignore Blank' and 'In-Cell Dropdown' check boxes are checked off.

    Here's the thing; when I go to that drop down list on the Invoice Input tab, all the blanks are there!! I've never had this issue before, and it is driving me mental!!

    LOL

    A few other details; on the Product List tab, where the ProductList name is being defined, there are a few hundred blank cells towards the bottom. Those cells are truly blank; there is no value and no formula in them. They are not even formatted...

    If anyone can help me understand why the blank cells are showing up in my drop down or tell me how to get rid of them I would really appreciate it!

    Thanx a million!!
    Last edited by nevi; 06-10-2010 at 05:07 AM.

  2. #2
    Forum Contributor
    Join Date
    04-06-2006
    Posts
    131

    Re: Ignore Blanks In Dropdown Not Working...

    This is too funny...

    I did a little searching around and it turns out I had the exact same problem back in 2006; found the answer in that thread!!

    LMAO

    When defining the range, I need to enter in this formula:

    =OFFSET('Product List'!$A$2,0,0,SUMPRODUCT(--('Product List'!$A$2:$A$5017<>"")),1)

    Worked like a charm!!


    :D

  3. #3
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,369

    Re: Ignore Blanks In Dropdown Not Working...

    I make helper column for data validation, and the formula for dv for exclude blanks is:

    =OFFSET(Carribean!$I$2,0,0,SUMPRODUCT(--(Carribean!$I$2:$I$10<>"")),1)

    then formula for Departure Port:

    =IFERROR(INDEX(Carribean!$E$2:$E$127,MATCH(1,INDEX(($B$5=Carribean!$B$2:$B$127)*($B$6=Carribean!$D$2:$D$127),0,1),0)),"")

    For #Nights:

    =IFERROR(INDEX(Carribean!$C$2:$C$127,MATCH(1,INDEX(($B$5=Carribean!$B$2:$B$127)*($B$6=Carribean!$D$2:$D$127),0,1),0)),"")

    then last for Ports of Call:

    =IFERROR(INDEX(Carribean!$G$2:$G$127,MATCH(1,INDEX(($B$5=Carribean!$B$2:$B$127)*($B$6=Carribean!$D$2:$D$127),0,1),0)),"")
    Attached Files Attached Files

+ 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