+ Reply to Thread
Results 1 to 2 of 2

Function To Build A List For A Drop Down, Excluding Blanks And Non-Matches.

  1. #1
    Registered User
    Join Date
    02-18-2013
    Location
    Hamilton, New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    13

    Function To Build A List For A Drop Down, Excluding Blanks And Non-Matches.

    Hi All,

    First time posting so hope I've done this correctly and you can help!

    Please see attached excel file showing what I'm trying to achieve and the result I'm getting.

    Essentially I need to build a number of lists from one master list. The master list can not be changed or modified in anyway. This one master list contains numerous blanks and numerous products. I need one drop down list per product type, ie in the example "Agi-Pumps" list and the "Agi-Pump Drives" List.

    You will see I have created a function that almost does what I need, just require some assistance to finish!

    Many Thanks

    -Ollie
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Function To Build A List For A Drop Down, Excluding Blanks And Non-Matches.

    Hi

    Try this
    G2: =IFERROR(INDEX(C:C,SMALL(IF(LEFT($C$14:$C$58,11)="Agi-Pump - ",ROW($C$14:$C$58),""),ROW(A1))),"")
    H2: =IFERROR(INDEX(C:C,SMALL(IF(LEFT($C$14:$C$58,15)="Agi-Pump Drive ",ROW($C$14:$C$58),""),ROW(A1))),"")

    Copy down as required.

    HTH

    rylo

+ 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