Results 1 to 2 of 2

Thread: Creating A Filtered Subset Of A Data Table Using Controls Instead Of Slicers

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Jun 2013
    Posts
    13
    Rep Power
    0

    Creating A Filtered Subset Of A Data Table Using Controls Instead Of Slicers

    Hello, me again. I've ran into some issues with pulling certain data from a table and was hoping I could recieve some help. It's hard to put into words exactly what I mean, but hopefully an example will get my point across.

    Let's say I have the table:

    Category: Part: Volume:
    Box 001 1000
    Box 003 3000
    Tape 101 500
    Scissors 201 300
    Box 004 2000
    Scissors 203 400
    Tape 107 600
    and more lines are being added everyday. I have a combobox that chooses the category and a listbox that is synced with the drop down to show all the available parts. Is it possible to link both the listbox and dropdown to the data table to form a new table to make a graph from? Preferably with formulas.

    Example being if I choose [Box] with my combobox and choose both [001] and [004] as my part numbers a new/seperate table would be shown as:

    Category Part Volume
    Box 001 1000
    Box 004 2000

    I could then have a chart showing data from the new table.


    I'm basically trying to create a Slicer but with comboboxes and listboxes. Any help is appreciated.

    Thanks.
    Last edited by testingcode; 07-30-2013 at 06:41 PM.

Similar Threads

  1. Populate Ribbon Controls On Load Dynamically Through VBA Variables
    By phxpoolplayer in forum Excel Ribbon and Add-Ins
    Replies: 1
    Last Post: 04-20-2013, 01:51 AM
  2. don't copy filtered data if no active cells
    By xander1981 in forum Excel Help
    Replies: 29
    Last Post: 11-01-2012, 06:47 PM
  3. Replies: 3
    Last Post: 05-14-2012, 11:30 AM
  4. Finding Credit and Debit Data and Creating Pivot
    By Prabhu in forum Excel Help
    Replies: 10
    Last Post: 01-29-2012, 11:03 PM
  5. Unique Count on a Filtered Range
    By Admin in forum Excel and VBA Tips and Tricks
    Replies: 0
    Last Post: 08-14-2011, 04:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •