Just a thought....
If you can have a column that flags the rows to be ignored...eg a formula
that returns Show/Hide, use and AutoFilter to hide the unwanted rows.
Then you can use this version of the SUBTOTAL function:
That function will ignore anything in hidden filtered rows.
...or...if you hide the rows manually...use this variation:
It will ignore ANY hidden row.
Other options for SUBTOTAL parameters:
Note: Adding 100 to any of those FuncNums causes the SUBTOTAL function to ignore HIDDEN rows, not just hidden FILTERED rows.
Example: =SUBTOTAL(103,A1:A20) counts non-blank, non-hidden cells.
Bookmarks