+ Reply to Thread
Results 1 to 7 of 7

Drop down list from filtered data

Hybrid View

  1. #1
    Registered User
    Join Date
    02-20-2015
    Location
    Prague
    MS-Off Ver
    Office 2013
    Posts
    4

    Drop down list from filtered data

    Hello. I am just trying to create a drop down list from column with filtered data. The problem is that the drop down list always shows ALL data from the column, ignoring the filter. Any ideas?
    Last edited by petrcensky; 02-20-2015 at 08:13 PM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Drop down list from filtered data

    Hi, welcome to the forum

    Perhaps create a 2nd list, based on the filter, then use that for the DD?

    If you still have a problem, upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    02-20-2015
    Location
    Prague
    MS-Off Ver
    Office 2013
    Posts
    4

    Re: Drop down list from filtered data

    Example: worksheet.xlsx

    Older unsolved thread on the same topic: http://www.excelforum.com/excel-gene...e-visible.html
    Last edited by petrcensky; 02-20-2015 at 09:32 PM.

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,334

    Re: Drop down list from filtered data

    Hi petrcensky and welcome to the forum,

    Here are the instructions..

    https://support.office.com/en-us/art...rs=en-US&ad=US

    The secret is to filter and select those filtered cells. THEN click on Find & Select and the GoTo.. and then the SPECIAL button in the bottom of the Go To dialog.

    I've always wondered how to do this... Now we both know.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  5. #5
    Registered User
    Join Date
    02-20-2015
    Location
    Prague
    MS-Off Ver
    Office 2013
    Posts
    4

    Re: Drop down list from filtered data

    Well, the process must be iterative and automatic :-( The drop down list should be dynamicaly changed with every new selection in the column with data.

  6. #6
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,334

    Re: Drop down list from filtered data

    OK petrcensky,

    Watch out what you ask for... Find the attached with a Dynamic Named Range called ItemsDNR that will grow and shrink depending on how many cells have data. This is your Validation List.
    It also has some Event Code that is triggered when the second sheet is clicked on.
    The main module copies the visible cells in column A from sheet1 and pastes them into the DNR range on sheet2.

    It is now completely "iterative and automatic". BUT it is much more complicated.

  7. #7
    Registered User
    Join Date
    02-20-2015
    Location
    Prague
    MS-Off Ver
    Office 2013
    Posts
    4

    Re: Drop down list from filtered data

    Wow, MarvinP - thatīs awesome! Thatīs exactly I wanted! Amazing - Thank You!!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Excel VBA - Issue in Naming Filtered Range on a Filtered List.
    By Vinod Krishna.C in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-06-2014, 01:17 PM
  2. Copy data drom selected cells to new one worksheet (row)
    By michael12 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-22-2012, 07:24 AM
  3. Transpose Particular Data drom Sheet 1 to Sheet 2
    By Knawl in forum Excel General
    Replies: 5
    Last Post: 10-01-2009, 04:47 PM
  4. moving data in filtered list
    By bigred0269 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-05-2009, 11:10 AM
  5. Grabbing the filtered data in a list?
    By robotman@gmail.com in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-22-2006, 10:35 PM

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