+ Reply to Thread
Results 1 to 13 of 13

Want to select Filter Results from another sheet

  1. #1
    Registered User
    Join Date
    06-21-2014
    Location
    Egypt
    MS-Off Ver
    MS 2010
    Posts
    72

    Unhappy Want to select Filter Results from another sheet

    Dear All,

    I have a workbook with multiple sheets , final sheet has a data of all sheets , in the first sheet i want to select what results to be shown in that final sheet ,, specially the week and the LDM

    Below image calrfying more

    excel iss3.png

  2. #2
    Registered User
    Join Date
    06-21-2014
    Location
    Egypt
    MS-Off Ver
    MS 2010
    Posts
    72

    Re: Want to select Filter Results from another sheet

    Any help please?

  3. #3
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Want to select Filter Results from another sheet

    Responding to your own post removes it from the list of Unanswered Threads.

    I'd highly recommend you attach an example of your actual workbook. Not a lot of users are going to want to recreate your workbook from scratch when you have one readily available. Save a copy with sensitive information removed and upload it.

    Filtering of one tab from another via cell entry is going to involve some VB worksheet change events.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  4. #4
    Registered User
    Join Date
    06-21-2014
    Location
    Egypt
    MS-Off Ver
    MS 2010
    Posts
    72

    Re: Want to select Filter Results from another sheet

    Quote Originally Posted by daffodil11 View Post
    Responding to your own post removes it from the list of Unanswered Threads.

    I'd highly recommend you attach an example of your actual workbook. Not a lot of users are going to want to recreate your workbook from scratch when you have one readily available. Save a copy with sensitive information removed and upload it.

    Filtering of one tab from another via cell entry is going to involve some VB worksheet change events.
    Done , on http://www.excelforum.com/excel-form...ml#post3748185

  5. #5
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Want to select Filter Results from another sheet

    How are you selecting them? Dropdown menu? User entry?

  6. #6
    Registered User
    Join Date
    06-21-2014
    Location
    Egypt
    MS-Off Ver
    MS 2010
    Posts
    72

    Re: Want to select Filter Results from another sheet

    drop down is better if it is possible

  7. #7
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Want to select Filter Results from another sheet

    Am writing the code now

  8. #8
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Want to select Filter Results from another sheet

    I used a INDEX(..SMALL(IF(MATCH to pull unique words to the ValidationList tab to create the dropdowns.

    Then, I used a Worksheet_Change macro on your first page to kick off filtering based on those ranges and words on your last page.

    If you change the dropdown to the starting position, it will clear the filter as well.

    You will need to update the array formulas on ValidationList tab to include your actual ranges, as well as in the VB code.

    Please Login or Register  to view this content.
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    06-21-2014
    Location
    Egypt
    MS-Off Ver
    MS 2010
    Posts
    72

    Re: Want to select Filter Results from another sheet

    I did another thing if you could check
    I set a code for a command button to check the cells and make the filter upon it
    The problem is that:
    I can't select an option for select all
    I want to make a multi option select ( check dropdown list ) to check more than week at once


    Kindly advice what is better , your sol or mine
    and advice how i can change upon my requiremnts now ??
    but so far ,, BIG THANK U

    Kindly check attached
    Test values.xlsx

  10. #10
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Want to select Filter Results from another sheet

    If you don't save your workbook as .XLSM you lose all of the coding.

    There is no code or macros in the book you just attached.

  11. #11
    Registered User
    Join Date
    06-21-2014
    Location
    Egypt
    MS-Off Ver
    MS 2010
    Posts
    72

    Re: Want to select Filter Results from another sheet

    oky , check attached,

    I did solved first request , now , if it is blank it will select all , but the other thing is to select more that value , i can't do it so far

    Kindly check attached
    Test values.xlsm

  12. #12
    Registered User
    Join Date
    06-21-2014
    Location
    Egypt
    MS-Off Ver
    MS 2010
    Posts
    72

    Re: Want to select Filter Results from another sheet

    Hey Friend,

    Did u found out a way to select more than week or more than LDM ? a list like the autofiliter list , a dropdown with selection

  13. #13
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Want to select Filter Results from another sheet

    I do not know of any way to make multiple selections with a dropdown list. You may wish to open a new thread with that as the subject.

    However, if you want will select multiple values via a filter and text, you can type names in beginning at J7 and include as many as you want and this macro can do it.

    Please Login or Register  to view this content.

+ 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. Pasting filter results to another sheet
    By ceejay22 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-11-2013, 10:28 PM
  2. [SOLVED] Filter a sheet and copy results to another sheet
    By dixiV in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-04-2012, 10:21 AM
  3. Filter a sheet and copy results to another sheet
    By dixiV in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-03-2012, 06:35 AM
  4. returning results via filter to next sheet
    By excellentexcel in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 02-27-2009, 08:11 AM
  5. [SOLVED] How do I link filter results into another sheet?
    By aneczka in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-07-2006, 10:35 AM

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