VBA - Count filtered rows in the table
Hi Alan, hope you are well,
so ad rem
I've a table (3 columns, can be more), and for this table I've three filters
I need count rows for each filter (filtered rows and rows left after filtering), eg.
https://i.postimg.cc/V6CDHXj3/screenshot-138.png
there should be possibility resize the main table for more columns and add new tables with filters at the same time (with empty rows that will not be taken into account when counting filtered rows)
the result should be more or less like this:
https://i.postimg.cc/3NQnMW1W/screenshot-139.png
is this possible to do it automatically after add/remove values to/from filter tables?
I don't need filtered table but I need result table like you can see above
thanks