+ Reply to Thread
Results 1 to 2 of 2

Table Dynamic Filter

  1. #1
    Registered User
    Join Date
    12-19-2018
    Location
    Australia
    MS-Off Ver
    2016
    Posts
    16

    Table Dynamic Filter

    Hi All,

    I have a table with several rows and columns.

    I want to copy the table and on the copied table have rows where the value of a column is zero (Column G) hidden (Or deleted)

    I can do that by copying the table and use filter to that column and make the filter NOT-show zero values.

    But I want it to be dynamic - ie any time values are changed / updated on the main table has to be corresponding values updated on the second one as well.

    The attached sheet shows on table 1 the original table and on table 2 the required table.

    I was thinking a conditional Index match would do the job but couldn't make it work.

    Thanks.
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: Table Dynamic Filter

    Please try at C6 and copy over the table.

    =IFERROR(INDEX(Table1!$B:$L,AGGREGATE(15,6,ROW(Table1!$C$6:$C$333)/(Table1!$G$6:$G$333<>""),ROWS(C$6:C6)),MATCH(C$5,Table1!$B$5:$L$5,)),"")

+ 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. Dynamic Filter of Data Cube Pivot Table through VBA
    By puddingmancan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-21-2021, 01:02 PM
  2. Replies: 1
    Last Post: 06-30-2016, 11:54 AM
  3. Dynamic Filter For Pivot Table Date
    By aaallday in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 12-09-2015, 10:47 PM
  4. Dynamic Filter of Data Cube Pivot Table through VBA (last post isn't working)
    By puddingmancan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-09-2015, 04:49 AM
  5. How to filter a pivot table in vba (Dynamic)
    By fluffyvampirekitten in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-16-2015, 05:24 AM
  6. Pivot table dynamic range too large, unable to filter dates.
    By Si902 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 04-22-2015, 03:28 AM
  7. Dynamic filter on pivot table?
    By Cleland in forum Excel General
    Replies: 0
    Last Post: 10-23-2014, 07:50 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