+ Reply to Thread
Results 1 to 2 of 2

Populate table based on criteria from another table

  1. #1
    Registered User
    Join Date
    02-04-2014
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    5

    Populate table based on criteria from another table

    I've been having trouble figuring out how to do this one. Unfortunately I'm not proficient with VBA.
    What I have to figure out how to do is:
    On the "Statistics" sheet I want to be able to double click on any of the statistics numbers and have it populate a table on the "Statistic List" sheet with all rows matching specific criteria from the "Master Sheet" (I would like it to also clear itself of previous data anytime a new cell is double clicked)
    All of the notes on the "Statistics List" will be deleted as well, just forgot to do it before posting the workbook.

    I don't want to take up a lot of anybodies time so if someone would be able to just provide a couple examples (preferably including one of the ones that has a NOT criteria)
    All of the cells on the Statistics worksheet are already fitted with their criteria, I just don't know how to do it in VBA.

    To give a more specific example:
    IF I double click DEPLOYABLE under the hardware column on one of the tables (on the Statistics sheet)
    (Firstly I need it to clear the table on the "Statistic List" sheet of any records currently there)

    I need it to match from the columns on the Master sheet(Table2)

    Agency = ""
    AND
    Pool = "Hardware" OR "Hardware & Certification"
    AND
    V-ID = NOT Null(or 0, however excel does it)
    AND
    Induction = "Yes"
    AND
    BGV = NOT "Pending Candidate Review"

    and then populate a table on the "Statistic List" sheet with all qualifying rows from the master sheet(Table2)

    Attachment 307851

    I appreciate the effort anyone puts into this. *Grovel*
    Last edited by m4k3n5h1; 03-29-2014 at 12:56 AM. Reason: Further Information Provided

  2. #2
    Registered User
    Join Date
    02-04-2014
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Populate table based on criteria from another table

    Somehow I managed to figure this out on my own.

    So for anybody that uses these forums as a reference I'll post the Macro I came up with.

    Please Login or Register  to view this content.
    Last edited by m4k3n5h1; 03-29-2014 at 05:59 AM.

+ 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] Automatically populate a table with slected data based on criteria
    By smithrog in forum Excel General
    Replies: 7
    Last Post: 07-01-2013, 03:52 AM
  2. Replies: 2
    Last Post: 04-16-2013, 06:17 AM
  3. [SOLVED] How to populate a table based on the searched values in a pivoted table
    By Kausty88 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-19-2012, 06:11 AM
  4. Replies: 4
    Last Post: 09-07-2011, 05:49 PM
  5. Populate Table 1 based on values in Table 2
    By Alan1981 in forum Excel General
    Replies: 5
    Last Post: 10-22-2007, 04:34 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